JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text"> </input>
<select name="" id=""></select>
CSS
input, select {
width: 120px;
font-size:1em;
font: 1em Arial, sans-serif;
padding: 3px 6px;
}
<input type="text"> </input>
<select name="" id=""></select>
input, select {
width: 120px;
font-size:1em;
font: 1em Arial, sans-serif;
padding: 3px 6px;
}