JSFiddle - React, Tailwind, and code Playground
HTML
<div id="bg">
</div>
CSS
#bg {
background-image: url("http://i.stack.imgur.com/08pYU.png");
width: 100%;
height: 221px;
position: fixed;
bottom: 0;
left: 0;
}
<div id="bg">
</div>
#bg {
background-image: url("http://i.stack.imgur.com/08pYU.png");
width: 100%;
height: 221px;
position: fixed;
bottom: 0;
left: 0;
}