JSFiddle - React, Tailwind, and code Playground

HTML

<div class="example" data-inner="Another">
Text
</div>

CSS

.example:before{
  content: attr(data-inner);
}