JSFiddle - React, Tailwind, and code Playground
by baptx
HTML
<div>
<p>Select me! CSS3 cursor URL position</p>
</div>
CSS
div
{
padding: 40px;
background: orange;
cursor: url(http://png-5.findicons.com/files/icons/2232/wireframe_mono/48/pencil.png) 0 48, auto;
}