JSFiddle - React, Tailwind, and code Playground
HTML
<div>
hello?
</div>
CSS
*:before {
display: block;
background: red;
width: 60px; height: 60px;
}
<div>
hello?
</div>
*:before {
display: block;
background: red;
width: 60px; height: 60px;
}