JSFiddle - React, Tailwind, and code Playground

by maxisam

HTML

<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
<div id="datepicker"></div>

JavaScript

$(function() {
    $("#datepicker").datepicker({ numberOfMonths:[2,3] });
  });