JSFiddle - React, Tailwind, and code Playground
HTML
<p>Test</p>
CSS
::before, ::after { content:''; }
p:before, p:after {
display:inline-block;
margin:0 10px;
background:#f00;
width:10px;
height:10px;
}
<p>Test</p>
::before, ::after { content:''; }
p:before, p:after {
display:inline-block;
margin:0 10px;
background:#f00;
width:10px;
height:10px;
}