JSFiddle - React, Tailwind, and code Playground
by AntonLapshin
HTML
<h1>Заголовок 1</h1>
<h1 class="red">Заголовок 2</h1>
<h1 class="green">Заголовок 3</h1>
<h1 id="coolheader">Заголовок 4</h1>
CSS
h1 { font-size: x-large !important}
h1.red { color: red }
h1.green { color: green }
h1#coolheader { color: yellow; text-shadow: black 1px 1px 2px }