JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://jquery-ui.googlecode.com/svn/trunk/ui/jquery.ui.core.js"></script>
<script src="http://jquery-ui.googlecode.com/svn/trunk/ui/jquery.ui.datepicker.js"></script>

<script type="text/javascript">
    $(function () {
        $('#txtDateDebut').datepicker({ onSelect: function () { alert('allo'); } });
    });
</script>

<h2>Index</h2>

<input id="txtDateDebut" name="txtDateDebut">