JSFiddle - React, Tailwind, and code Playground

by Svetlana

HTML

<h1>
  Главный заголовок
</h1>
<h2>
  Не главный заголовок
</h2>
<p>
  Просто текст.
</p>

CSS

body { font-size: 16px; }
h1   { font-size: 2em; }     /* = 32px */
h2   { font-size: 1.5em; }   /* = 24px */