JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

input { padding: 5px; border: 2px solid #ccc; width: 400px; }