JSFiddle - React, Tailwind, and code Playground

HTML

<div data-value="1234">
    
</div>

CSS

div:before
{
    content: attr(data-value);
    /*content: 'Hi';*/
}