JSFiddle - React, Tailwind, and code Playground
by nilloc
HTML
<pre><span></span><statement><variable-declaration><type>event</type><span class="documented-element"><sp> </sp></span><identifier>
</pre>
CSS
pre{
white-space:pre-wrap;
}
.documented-element{
color:green;
display:inline-block;
position:relative;
}
.documented-element::before{
content:"•";
color:hsla(100,50%,50%,0.5);
position:absolute;
top:0;
left:4ch;
/* background-color:blue; */
}