JSFiddle - React, Tailwind, and code Playground

HTML

<h1 id="first">Текст текст текст</h1>

CSS

#first {
  font-size: 64px;
  color: red;
  text-align: center;
}