JSFiddle - React, Tailwind, and code Playground

by klierik

HTML

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

CSS

{
    padding: 0;
    margin: 0;
}

.wrapper {
    min-height: 528px;
    min-width: 1170px;
    
    background-image: url(http://i6.imageban.ru/out/2016/06/01/c4c0656fcf6bac97bc7bd0541a995b87.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
}