JSFiddle - React, Tailwind, and code Playground

by burninromz

HTML

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/themes/south-street/jquery-ui.css">
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.js"></script>
<link rel="stylesheet" href="http://cdn.kendostatic.com/2012.3.1315/styles/kendo.common.min.css">
<link rel="stylesheet" href="http://cdn.kendostatic.com/2012.3.1315/styles/kendo.metro.min.css">
<label for="isValidItem">Checkbox</label>
<input id="isValidItem" type="checkbox"/>

JavaScript

$('#isValidItem').button()