JSFiddle - React, Tailwind, and code Playground
HTML
<h1>Tutorial page 1 - H1</h1>
<h2>H2 Label</h2>
<h3>H3 Label</h3>
<p>First line - p<br>
second line and <b>bold</b> and <em>italics</em></p>
<ul>
<li>Firt point line</li>
<li>Second point line</li>
</ul>
<span style="color:rgb(246,77,0)">ABB red text</span> © Pavel,
<span>Text 150 %</span> (70)
CSS
body{text-align:center; font-size:5vw;} h1{font-size:8vw;} h2{ font-size:7.5vw; } h3{ font-size:7vw;}