JSFiddle - React, Tailwind, and code Playground

by LuckyCat

HTML

<div></div>

CSS

div {
  width: 50px;
  height: 50px;
  background: yellow;
}
div:hover {
   	cursor: help;
}