JSFiddle - React, Tailwind, and code Playground

HTML

<div>Hello, Hover Me and see how the cursor changes</div>

CSS

div {
   cursor: url(http://investor.dragonwaveinc.com/common/images/briefcase-addv2.gif), auto;
}