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