JSFiddle - React, Tailwind, and code Playground
by jitendravyas
HTML
<input type="email" class="text-input" id="email">
CSS
input{
height:35px;
width:200px;padding:5px
}
by jitendravyas
<input type="email" class="text-input" id="email">
input{
height:35px;
width:200px;padding:5px
}