JSFiddle - React, Tailwind, and code Playground
HTML
<input type="date" />
CSS
input::-webkit-datetime-edit{ color: transparent; }
input:focus::-webkit-datetime-edit{ color: #000; }
<input type="date" />
input::-webkit-datetime-edit{ color: transparent; }
input:focus::-webkit-datetime-edit{ color: #000; }