JSFiddle - React, Tailwind, and code Playground

by Shubham Agrawal

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: 200px;
  border: 1px solid;
  background-size: 100% 100%;
}