JSFiddle - React, Tailwind, and code Playground
HTML
<p>Date: <input type="text" id="datepicker" /></p>
JavaScript
$(function() {
$( "#datepicker" ).datepicker({ });
});
<p>Date: <input type="text" id="datepicker" /></p>
$(function() {
$( "#datepicker" ).datepicker({ });
});