JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

.test {
    background:gray;
    width:200px;
    height:200px;
 cursor:url('http://upload.wikimedia.org/wikipedia/commons/d/de/POL_apple.jpg');
}