JSFiddle - React, Tailwind, and code Playground
HTML
<span class=teste></span>
CSS
.teste {
width: 600px;
height: 300px;
background: red;
}
<span class=teste></span>
.teste {
width: 600px;
height: 300px;
background: red;
}