JSFiddle - React, Tailwind, and code Playground

HTML

<div id="image">
    
</div>

CSS

body, html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
#image {
    width: 100%;
    height: 500px;
    background: #000 url('http://yogipeople.com/images/bg.jpg') center no-repeat;
    background-size: auto 200%;
}