JSFiddle - React, Tailwind, and code Playground

by sc0rp10

HTML

<div class="foo"></div>

CSS

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    background-color: #000;
    min-width: 1300px;
}
.foo {
    top: 0;
    right: 50px;
    bottom: 0;
    left: 50px;
    width: auto;
    height: auto;
    position: absolute;
    background-image: url(http://promo-pages.7ag.ru/sale_summer_2015/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}