JSFiddle - React, Tailwind, and code Playground
HTML
<input />
<br/>
<select></select>
CSS
input,select{
width:200px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
<input />
<br/>
<select></select>
input,select{
width:200px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}