JSFiddle - React, Tailwind, and code Playground

HTML

<input type='date' required>

CSS

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}