JSFiddle - React, Tailwind, and code Playground
by underlog
HTML
<script src="http://cdn.kendostatic.com/2011.3.1129/js/kendo.all.min.js"></script>
<link rel="stylesheet" href="http://cdn.kendostatic.com/2011.3.1129/styles/kendo.common.min.css">
<link rel="stylesheet" href="http://cdn.kendostatic.com/2011.3.1129/styles/kendo.default.min.css">
<script src="https://getfirebug.com/firebug-lite.js"></script>
<script type="text/x-kendo-template" id="test">
# length = "abc".length #
#= length #
</script>
JavaScript
console.log(kendo.template($("#test").text())({}))