JSFiddle - React, Tailwind, and code Playground
by Abdul Ahmad
HTML
<label>
Username
</label>
<input/>
CSS
input {
border: none;
outline: none;
background-color: transparent;
}
by Abdul Ahmad
<label>
Username
</label>
<input/>
input {
border: none;
outline: none;
background-color: transparent;
}