JSFiddle - React, Tailwind, and code Playground

by cmruser

HTML

<ul>
<li data-description="description">test</li>
</ul>

CSS

li:before {
  content: "[line " attr(data-description) "]"; 
}