JSFiddle - React, Tailwind, and code Playground

by ilCoso

HTML

<script src="http://cdn.kendostatic.com/2012.1.322/js/kendo.all.min.js"></script>
<link rel="stylesheet" href="http://cdn.kendostatic.com/2012.1.322/styles/kendo.common.min.css">
<link rel="stylesheet" href="http://cdn.kendostatic.com/2012.1.322/styles/kendo.default.min.css">
<div id="draggable"></div>

CSS

#draggable
{
cursor: pointer;
position: absolute;
background-color: #ff8000;
width: 80px;
height: 80px;
border-radius: 10px;
box-shadow: 2px 0 10px #9d9d9d;
}

JavaScript

$("#draggable").kendoDraggable()