JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div { content: 'A' }
div::before { content: 'B'; }
div::before(2) { content: 'C'; }
div::before(3) { content: 'D'; }