JSFiddle - React, Tailwind, and code Playground

HTML

<div class="wrapper">
    <div class="bg"></div>
</div>

CSS

html,body {height: 100%;}
.wrapper {min-height: 100%; padding-top: 210px; background: #000 url(http://www.sunhome.ru/UsersGallery/wallpapers/79/28121519.jpg);}
.bg {height: 30px; width:226px; margin-left: 50px; background: url(http://prowoke.xe0.ru/img/shadow_lefter.png);}