JSFiddle - React, Tailwind, and code Playground
by Derek Leung
HTML
<span id="dummy" title="Hello
World!">Hover me</span>
CSS
span{
background:red;
color:white;
cursor:default;
}
by Derek Leung
<span id="dummy" title="Hello
World!">Hover me</span>
span{
background:red;
color:white;
cursor:default;
}