JSFiddle - React, Tailwind, and code Playground

HTML

<h1 id='nejaky-dlouhy-nadpis'>Nějaký dlouhý nadpis</h1>
<p title='s titulkem'>Odstavec</p>

CSS

h1:hover {content: "#" attr(id)}
p:after {content: " " attr(title)}