JSFiddle - React, Tailwind, and code Playground
HTML
<input id="first" type="text" value="" /> <input id="hello" type="text" value="234.12.1984" />
JavaScript
$("#hello").datepicker();
$("#first").focus();
<input id="first" type="text" value="" /> <input id="hello" type="text" value="234.12.1984" />
$("#hello").datepicker();
$("#first").focus();