JSFiddle - React, Tailwind, and code Playground
by ihope
HTML
<html>
<body>
<div class="container">
</div>
</body>
</html>
CSS
html,body,#container {
height:100%;
}
#container {
margin:0 auto;
max-width:1400px;
background:url(http://cdn.motinetwork.net/demotivationalposters.net/image/demotivational-poster/0807/css-sales-css-sales-demotivational-poster-1216218414.jpg) 50% 50% no-repeat;
background-size:contain;
}