JSFiddle - React, Tailwind, and code Playground
HTML
<span title="test">hello</span>
CSS
span::after {
content: attr(title) / "";
display: block;
}
<span title="test">hello</span>
span::after {
content: attr(title) / "";
display: block;
}