JSFiddle - React, Tailwind, and code Playground
by Sivaram2287
HTML
<input type="text" class="form-input" placeholder="Email Address" />
CSS
.form-input{
width: 235px;
height: 15px;
border:solid 5px #fff;
text-align: center;
padding: 10px 0px 10px 0px;
font-family: 'Helvetica-Bold';
}