JSFiddle - React, Tailwind, and code Playground
by serio
HTML
<div class=wee></div>
CSS
.wee {
background:url("http://maps.googleapis.com/maps/api/staticmap?center=Parliament%20Hill,Ottawa,ON&zoom=13&sensor=false&size=1000x560")no-repeat;
background-size:cover;
height: 100%;
}
html, body {
width: 100%;
height: 100%;
}