JSFiddle - React, Tailwind, and code Playground

by mjain_zonetv

HTML

<div id="container-DIV"></div>

CSS

#container-DIV {
    width:80%;
    height: 300px;
    max-width: 640px;
    max-height: 360px;
    background-image:url('http://cdn.morguefile.com/imageData/public/files/g/godserv/preview/fldr_2012_06_24/file1401340592639.jpg');
    background-repeat:no-repeat;
    background-size:cover;
}