JSFiddle - React, Tailwind, and code Playground
HTML
<input type="date">
CSS
input[type="date"]::-webkit-calendar-picker-indicator{
display:none;
}
<input type="date">
input[type="date"]::-webkit-calendar-picker-indicator{
display:none;
}