JSFiddle - React, Tailwind, and code Playground
by LuckyCat
HTML
<div></div>
CSS
div {
width: 50px;
height: 50px;
background: yellow;
}
div:hover {
cursor: help;
}
by LuckyCat
<div></div>
div {
width: 50px;
height: 50px;
background: yellow;
}
div:hover {
cursor: help;
}