JSFiddle - React, Tailwind, and code Playground

HTML

<div class='wrap'>
    <div class='people'></div>
</div>

CSS

html,body{
     width:100%;
    height:100%;
    margin:0;
    
}
.wrap{
    width:100%;
    height:100%;
    background:url('http://www.bhmpics.cm/wallpapers/color_cubes_background-2560x1600.jpg') no-repeat;
}
.people{
    width:100%;
    height:100px;
    background:url('http://i60.tinypic.com/2qlvl2o.png') 50% 0 no-repeat;
}