JSFiddle - React, Tailwind, and code Playground

by Patrick Ludewig

HTML

<span title="test">hello</span>

CSS

span::after {
  content: attr(title) / "";
  display: block;
}