JSFiddle - React, Tailwind, and code Playground

HTML

<div id="layer" data-text="this text won't be found while searching on page"></div>

CSS

#layer:before {
    content: attr(data-text)   
}