JSFiddle - React, Tailwind, and code Playground
by chiragvidani
HTML
<input type="text" id="from" />
<input type="text" id="to" />
JavaScript
$('#from').datepicker();
by chiragvidani
<input type="text" id="from" />
<input type="text" id="to" />
$('#from').datepicker();