JSFiddle - React, Tailwind, and code Playground

by peeter

HTML

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/themes/black-tie/jquery-ui.css">
<input type="text" id="datepicker"/>

JavaScript

$(document).ready(function() {
    $("#datepicker").datepicker({
        "showButtonPanel":  false
    });
});