JSFiddle - React, Tailwind, and code Playground

by Amando Filipe

HTML

<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css">
<script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
<input type="text" class="date-pick">

JavaScript

$(".date-pick").datepicker().datepicker('setDate', new Date());