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