JSFiddle - React, Tailwind, and code Playground
by william
HTML
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/themes/smoothness/jquery-ui.css">
<p>Date: <input type="text" id="datepicker" /></p>
JavaScript
$(function() {
$( "#datepicker" ).datepicker();
});