JSFiddle - React, Tailwind, and code Playground

HTML

<div id="block"></div>

CSS

#block {
    width:50px;
    height:50px;
    background-color:blue;
    cursor:url(http://placehold.it/15x15), default;
}