JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/dot-luv/jquery-ui.css">
<p>Date: <input type="text" id="datepicker"></p>

JavaScript

$("#datepicker").datepicker({
    numberOfMonths: 3,
    showCurrentAtPos: 2
});