JSFiddle - React, Tailwind, and code Playground
HTML
<h1>
Hola
</h1>
CSS
h1 {
color: red;
font-family: helvetica;
font-weight: 100;
text-align: center;
font-size: 60px;
}
<h1>
Hola
</h1>
h1 {
color: red;
font-family: helvetica;
font-weight: 100;
text-align: center;
font-size: 60px;
}