JSFiddle - React, Tailwind, and code Playground

HTML

<input placeholder="Date" class="textbox-n" type="text" onfocus="(this.type='date')" onblur="(this.type='text')" id="date">