JSFiddle - React, Tailwind, and code Playground

by dude_jsfiddle

HTML

<script src="http://cdn.kendostatic.com/2013.1.319/js/kendo.web.min.js"></script>
<link rel="stylesheet" href="http://cdn.kendostatic.com/2013.1.319/styles/kendo.common.min.css">
<link rel="stylesheet" href="http://cdn.kendostatic.com/2013.1.319/styles/kendo.default.min.css">
<input id="datepicker" value="10/10/2011" style="width:150px;" />

JavaScript

$("#datepicker").kendoDatePicker();