JSFiddle - React, Tailwind, and code Playground
by kitsunde
HTML
<div style="width: 200px;">
<input type="date"><br>
<input type="text">
</div>
CSS
input{box-model: border-box; width: 100%;}
by kitsunde
<div style="width: 200px;">
<input type="date"><br>
<input type="text">
</div>
input{box-model: border-box; width: 100%;}