JSFiddle - React, Tailwind, and code Playground
HTML
<div class="example" data-inner="Another">
Text
</div>
CSS
.example:before{
content: attr(data-inner);
}
<div class="example" data-inner="Another">
Text
</div>
.example:before{
content: attr(data-inner);
}