JSFiddle - React, Tailwind, and code Playground

HTML

<input type="email" class="text-input" id="email">
<br>
<input type="text">

CSS

input{

  width: 10px;

}








select, input, textarea, button {
    font: 99% sans-serif;
}

input, select {
    vertical-align: middle;
}

body, select, input, textarea {
    color: #444444;
}

button, input, select, textarea {
    margin: 0;
}


input, textarea {
    font-family: inherit;

    line-height: 1.5;
}

#footer-inner input {
    border: 0 none;
    border-radius: 7px 7px 7px 7px;
}

#footer-inner input {
    border: 0 none;
    font-size: 32px;
    line-height: 1.1;
    margin-right: 29px;
    padding: 3px 3px 0;
    width: 206px;
}