JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://dbushell.github.io/Pikaday/pikaday.js"></script>
<link rel="stylesheet" href="https://dbushell.github.io/Pikaday/css/pikaday.css">
<input
id="datepicker"
readonly="readonly">
JavaScript
var picker = new Pikaday({
field: document.getElementById('datepicker')
});