JSFiddle - React, Tailwind, and code Playground
by docluv
HTML
<article>
<div id="test3">
<div></div>
</div>
</article>
CSS
#test3 div {
background-image:url('http://content6.flixster.com/movie/11/16/99/11169964_pro.jpg');
width:120px;
height:171px;
}
#test3 {
display:none;
}