JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<script src="http://cdn.kendostatic.com/2012.1.322/js/kendo.all.min.js"></script>
<link rel="stylesheet" href="http://cdn.kendostatic.com/2011.3.1407/styles/kendo.common.min.css">
<link rel="stylesheet" href="http://cdn.kendostatic.com/2011.3.1407/styles/kendo.default.min.css">
<div id="rangeslider" data-role="rangeslider" data-tooltip = '{ "template": "between #= selectionStart # and #= selectionEnd #" }' style="margin: 30px;">
    <input />
    <input />
</div>

JavaScript

kendo.bind($("#rangeslider"));