Please check demo here:
https://demo.drupar.com/mahipro/elements/basic-elements/heading
https://demo.drupar.com/mahipro/elements/basic-elements/heading
Heading Default
<h1>This is a sample heading</h1>
<h2>This is a sample heading</h2>
<h3>This is a sample heading</h3>
<h4>This is a sample heading</h4>
Heading Right Alignment
<h2 class="text-right">Heading Right Alignment</h2>
Heading Center Alignment
<h2 class="text-center">Heading Center Alignment</h2>
Heading in default color
<h2>Heading in default color</h2>
Heading in Primary Color
<h2 class="color-primary">Heading in Primary Color</h2>
Heading in Secondary Color
<h2 class="color-secondary">Heading in Secondary Color</h2>
Heading in Dark Color
<h2 class="color-dark">Heading in Dark Color</h2>
Stroke Text
<p class="text-stroke size-4x">Hey this is stroke text</p>
<p class="text-stroke-primary size-4x">Hey this is stroke text in primary color</p>
<p class="text-stroke-secondary size-4x">Hey this is stroke text in secondary color</p>