JSFiddle - React, Tailwind, and code Playground
by Vitaliy
HTML
<div class='sometext'>some text some text some text some text some text some text some text some text some text some text some text some text </div>
CSS
.sometext:after{
content:'\2022';
vertical-align:text-top;
color:red;
line-height:12px;
}
.sometext{
font-size:16px;
}