JSFiddle - React, Tailwind, and code Playground
by Marius Jopen
HTML
<h2>Something</h2>
CSS
h2:after {
content:"\A";
width:5px;
height:5px;
border-radius:50%;
background: grey;
display:inline-block;
margin-bottom: 5px;
margin-left: 10px;
}