JSFiddle - React, Tailwind, and code Playground

by Maria Karanasou

HTML

<div class="test">TEST</div>

CSS

.test {
    background:gray;
    width:200px;
    height:200px;
 cursor:url(http://www.javascriptkit.com/dhtmltutors/cursor-hand.gif), auto;
}