JSFiddle - React, Tailwind, and code Playground

by jeevankk

HTML

<div class="mydiv"></div>

CSS

.mydiv
{
    height:100px;
    width:100px;
    background:red;
    cursor:url('https://mail.google.com/mail/images/2/openhand.cur');
}