JSFiddle - React, Tailwind, and code Playground

HTML

<input type=text /><br />
<input />

CSS

input { width: 400px; }
input[type=text] { background: red;}