JSFiddle - React, Tailwind, and code Playground
by kodjoe mambi
HTML
<div class="image">ola</div>
CSS
div.image:before {
content:url(http://placehold.it/350x150);
}
by kodjoe mambi
<div class="image">ola</div>
div.image:before {
content:url(http://placehold.it/350x150);
}