JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://code.jquery.com/ui/1.9.0-rc.1/jquery-ui.min.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.0-rc.1/themes/base/jquery-ui.css">
<input type="text" />
<input type="text" />

JavaScript

$('input').datepicker();