JSFiddle - React, Tailwind, and code Playground

by Joel James

HTML

<h1>This is a demo from Joel Says</h1>
<p>Please hover here</p>

CSS

body,a,a:hover{
cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10'><linearGradient id='gradient'><stop offset='10%' stop-color='%23F00'/></linearGradient><rect fill='url(%23gradient)' x='0' y='0' width='100%' height='100%'/></svg>"),
progress
}