JSFiddle - React, Tailwind, and code Playground

by Softlink

HTML

<span>какой-то текст</span>

CSS

span:after{
content:'';
    display:inline-block;
    width:20px;
    height:20px;
    background:red;
}