JSFiddle - React, Tailwind, and code Playground

by Anderson Carlos Woss

HTML

<ul>
  <li id="tel">Telefone</li>
</ul>

CSS

li#tel::after {
    position: absolute;
    content: '';
    background:...