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