JSFiddle - React, Tailwind, and code Playground

HTML

<div data-img="http://www.hdwallpapers.in/walls/cute_baby_in_autumn-wide.jpg">radomPicture</div>

CSS

div:before{
content: url('attr(data-img)');
    position:absolute;
    width:200px;
    height:200px;
    background-image
}