JSFiddle - React, Tailwind, and code Playground
by darkajax
HTML
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/swanky-purse/jquery-ui.css">
<p>
Here I will have two text boxes, one datepicker and one regular
</p>
<input type="text" id="notdate"/>
<input type="text" id="date"/>
JavaScript
$('#date').datepicker()
$('#date').datepicker("setDate",new Date())