JSFiddle - React, Tailwind, and code Playground

by slawe

HTML

<link rel="stylesheet" href="http://www.eyecon.ro/bootstrap-datepicker/css/bootstrap.css">
<link rel="stylesheet" href="http://www.eyecon.ro/bootstrap-datepicker/css/datepicker.css">
<script src="http://www.eyecon.ro/bootstrap-datepicker/js/bootstrap-datepicker.js"></script>
<input type="text" class="datepicker" placeholder="Click me!">

JavaScript

$('.datepicker').datepicker();