JSFiddle - React, Tailwind, and code Playground
by Softlink
HTML
<span>какой-то текст</span>
CSS
span:after{
content:'';
display:inline-block;
width:20px;
height:20px;
background:red;
}
by Softlink
<span>какой-то текст</span>
span:after{
content:'';
display:inline-block;
width:20px;
height:20px;
background:red;
}