JSFiddle - React, Tailwind, and code Playground

by pxfunc

HTML

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

CSS

.ui-datepicker {font-size:11px;}

JavaScript

$('#picker').datepicker();