JSFiddle - React, Tailwind, and code Playground

HTML

<button title="Hello">*</button>

CSS

button:hover:after {
    content: ' ' attr(title);
}