JSFiddle - React, Tailwind, and code Playground

by azizul

HTML

<input type="text" class="control">

CSS

.control::before{
  content: "";
  display: block;
  
}