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;
}