JSFiddle - React, Tailwind, and code Playground

by kthornbloom

HTML

<input type="date">

CSS

input[type="date"]{
  padding: 1em;
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 4px;
}