JSFiddle - React, Tailwind, and code Playground
HTML
<html>
<body>
<div id="foo"></div>
</body>
</html>
JavaScript
$('#foo').datepicker({
numberOfMonths: 2,
showCurrentAtPos: 1
});
<html>
<body>
<div id="foo"></div>
</body>
</html>
$('#foo').datepicker({
numberOfMonths: 2,
showCurrentAtPos: 1
});