JSFiddle - React, Tailwind, and code Playground
by kthornbloom
HTML
<input type="date" >
CSS
input[type="date"]{
-webkit-appearance: none;
padding: 1em;
outline: none;
border: 1px solid #ccc;
background: #fff;
}
by kthornbloom
<input type="date" >
input[type="date"]{
-webkit-appearance: none;
padding: 1em;
outline: none;
border: 1px solid #ccc;
background: #fff;
}