JSFiddle - React, Tailwind, and code Playground
by TJ VanToll
HTML
<script src="http://code.jquery.com/jquery-1.8.2.js"></script>
<link href="http://code.jquery.com/ui/1.8.16/themes/base/jquery-ui.css" rel="stylesheet" />
<script src="http://code.jquery.com/ui/1.8.16/jquery-ui.js"></script>
<input type="text" />
<input type="text" />
JavaScript
$('input').datepicker({ showOn: 'button' });