JSFiddle - React, Tailwind, and code Playground

by Abdul Ahmad

HTML

<label>
  Username
</label>
<input/>

CSS

input {
  border: none;
  outline: none;
  background-color: transparent;
}