JSFiddle - React, Tailwind, and code Playground
HTML
<input type=text /><br />
<input />
CSS
input { width: 400px; }
input[type=text] { background: red;}
<input type=text /><br />
<input />
input { width: 400px; }
input[type=text] { background: red;}