JSFiddle - React, Tailwind, and code Playground
by Svetlana
HTML
<h1>
Главный заголовок
</h1>
<h2>
Не главный заголовок
</h2>
<p>
Просто текст.
</p>
CSS
html { font-size: 16px; }
body { font-size: 1rem; } /* = 16px */
h1 { font-size: 2rem; } /* = 32px */
h2 { font-size: 1.5rem; } /* = 24px */