JSFiddle - React, Tailwind, and code Playground
by azizul
HTML
<input type="text" class="control">
CSS
.control::before{
content: "";
display: block;
}
by azizul
<input type="text" class="control">
.control::before{
content: "";
display: block;
}