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%;}