JSFiddle - React, Tailwind, and code Playground
HTML
<div class="test">TEST</div>
CSS
.test {
background:gray;
width:200px;
height:200px;
cursor: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/9632/heart.png"), auto;
}
<div class="test">TEST</div>
.test {
background:gray;
width:200px;
height:200px;
cursor: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/9632/heart.png"), auto;
}