JSFiddle - React, Tailwind, and code Playground
HTML
the date is <input type="text" value="foo" />, thanks for coming
CSS
input {
background:transparent;
border:none;
box-shadow:none;
color:inherit;
font:inherit;
margin:0;
min-width:0;
padding:0;
text-shadow:none;
width:auto;
}
JavaScript
$('input').datepicker({dateFormat:'d M yy'});