JSFiddle - React, Tailwind, and code Playground

by dhavaljani

HTML

Dhaval™

<input type="date">

CSS

body {
  font-family: Roboto;
}
input{
  pointer-events: none;
}