JSFiddle - React, Tailwind, and code Playground

HTML

<html>
<body>
    <div id="foo"></div>
</body>
</html>

JavaScript

$('#foo').datepicker({
    numberOfMonths: 2,
    showCurrentAtPos: 1
});