JSFiddle - React, Tailwind, and code Playground

by Csaba Hellinger

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;
}