JSFiddle - React, Tailwind, and code Playground

HTML

<h1>Первая строка</h1>
<h2>Вторая строка</h2>
<h3>Третья строка</h3>

CSS

h1{font-size:64px}
h2{font-size:48px}
h3{font-size:32px}