JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="http://code.jquery.com/ui/1.8.21/themes/base/jquery-ui.css">
<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.js"></script>
<input id="d1"><input id="d2">
JavaScript
$( "#d1, #d2" ).datepicker({
showAnim: "blind",
duration: 2000
});