JSFiddle - React, Tailwind, and code Playground

HTML

<input type="date" />

CSS

input::-webkit-datetime-edit{ color: transparent; }
input:focus::-webkit-datetime-edit{ color: #000; }