JSFiddle - React, Tailwind, and code Playground

by rami7250

HTML

<div class="image"></div>

CSS

div.image:before {
   content:url(http://placehold.it/350x150);
}