JSFiddle - React, Tailwind, and code Playground
HTML
<div class="first">ЙПРИВЕТ</div>
<div class="second">ЙПРИВЕТ</div>
CSS
.first {
margin: 30px 0;
background: green;
line-height: 1.5ex;
font-size: 50pt;
}
.second {
background: green;
font-size: 50pt;
}