JSFiddle - React, Tailwind, and code Playground

by strange_atom

HTML

<div class="wrap">
    <div class="img"></div>
</div>

CSS

.wrap {
    margin: 0 auto;
    width: 80%;
    height: 400px;
}
.img {
    width: 100%;
    height: 100%;
    background: url('http://upload.wikimedia.org/wikipedia/commons/0/0f/Negit_and_Paoha_islands_from_Mono_Lake_visitors_center-1000px.jpg') 50% no-repeat;
}