JSFiddle - React, Tailwind, and code Playground

by Joshua Mallorca

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;
}