JSFiddle - React, Tailwind, and code Playground
by gchristman
HTML
<link rel="stylesheet" href="http://eternicode.github.io/bootstrap-datepicker/bootstrap-datepicker/css/datepicker.css">
<script src="http://eternicode.github.io/bootstrap-datepicker/bootstrap-datepicker/js/bootstrap-datepicker.js"></script>
<input type="text" id="dob" />
JavaScript
$('#dob').datepicker();
$('#dob').val('2006, 11, 24');