JSFiddle - React, Tailwind, and code Playground

by Karan1412

HTML

<input type="text" id="DOB" />

JavaScript

$(document).ready(function () {
        $("#DOB").datepicker({
            numberOfMonths: 3,
            showButtonPanel: true
        });
    });