JSFiddle - React, Tailwind, and code Playground
by Schepp
HTML
<p>blah</p>
CSS
p:before {
content: '';
display: inline-block;
width: 20px;
height: 20px;
background: url(/img/actions.png)
}
by Schepp
<p>blah</p>
p:before {
content: '';
display: inline-block;
width: 20px;
height: 20px;
background: url(/img/actions.png)
}