JSFiddle - React, Tailwind, and code Playground
by jonahe
HTML
<textarea>
</textarea>
<div>
test
</div>
CSS
textarea {
display: flex;
}
textarea::before,
div::before,
textarea::before{
content:"tet";
color: red;
background: green;
}