JSFiddle - React, Tailwind, and code Playground

by Kaleb Hornsby

HTML

<input type="date">

CSS

input[type="date"]::-webkit-calendar-picker-indicator{
    display:none;
}