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/17/25/11172568_pro.jpg');
    width: 120px;
    height: 171px;
    border: none;
}
/*
#test3 {
    display:none;
}*/