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);
}