JSFiddle - React, Tailwind, and code Playground
HTML
<div class="wrapper">
<div class="background">
<img src="http://www.cyberforum.ru/attachments/707577d1466079351">
</div>
</div>
CSS
.background{
background:url(http://www.cyberforum.ru/attachments/707576d1466079351) no-repeat;
width:100%;
height:500px;
position:relative;
}
.wrapper{
height:1000px
}
img{
position:absolute;
bottom:0;
}