JSFiddle - React, Tailwind, and code Playground

by joshpauljohnson

HTML

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

CSS

.test {
    background:gray;
    width:200px;
    height:200px;
 cursor:url(https://pbs.twimg.com/profile_images/969850966735429632/xQQrviKG_normal.jpg), auto;
}