JSFiddle - React, Tailwind, and code Playground

by bschafer

HTML

<script src="http://cdn.kendostatic.com/2012.2.913/js/kendo.all.min.js"></script>
<link rel="stylesheet" href="http://cdn.kendostatic.com/2012.2.913/styles/kendo.common.min.css">
<link rel="stylesheet" href="http://cdn.kendostatic.com/2012.2.913/styles/kendo.mobile.all.min.css">
<link rel="stylesheet" href="http://cdn.kendostatic.com/2012.2.913/styles/kendo.default.min.css">
<h1>Base Kendo App</h1>
Resources added<br />
jQuery nowrap body
<hr />

CSS

body {
    margin: 5px;
    font-family: Arial;
    font-size: 0.8em;
}
h1 {
    font-size: 1.2em;
    font-weight: Bold;
    margin-bottom: 5px;
}