JSFiddle - React, Tailwind, and code Playground
by jasenhk
HTML
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js"></script>
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/redmond/jquery-ui.css">
<script src="//jquery-formatcurrency.googlecode.com/svn/trunk/jquery.formatCurrency.js"></script>
<input type="text" id="foo" value="" />
JavaScript
$("#foo").datepicker({
});