JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" />
<br />
<input type="email" />
CSS
input { padding: 5px; border: 2px solid #ccc; width: 400px; }
<input type="text" />
<br />
<input type="email" />
input { padding: 5px; border: 2px solid #ccc; width: 400px; }