JSFiddle - React, Tailwind, and code Playground

by Glynne Turner

HTML

<div id="imagecontainer"></div>

CSS

#imagecontainer {
    
    background: url("http://3.bp.blogspot.com/_EqZzf-l7OCg/TNmdtcyGBZI/AAAAAAAAAD8/KD5Y23c24go/s1600/homer-simpson-1280x1024.jpg") no-repeat;
    
    width: 450px;
    height: 900px;
    
    border: 1px solid;
    
    background-size:cover;
}