JSFiddle - React, Tailwind, and code Playground

by Shree Khanal

HTML

<input id="moviedate" type="text">

JavaScript

$( "#moviedate" ).datepicker({
   showOtherMonths: true,
   selectOtherMonths: true,
   changeMonth: true
});