JSFiddle - React, Tailwind, and code Playground

HTML

<div id="cursor"></div>

CSS

#cursor{width:200px; height:200px; border:1px solid black;}

JavaScript

$('#cursor').css(        
    'cursor','url(http://www.google.com/intl/en_ALL/mapfiles/closedhand.cur),default'
);