JSFiddle - React, Tailwind, and code Playground

HTML

<div class="htmlBG">
    <div id="container">
    </div>
</div>

CSS

.htmlBG {
    background: #F00 url(http://cheburek.nightmail.ru/021.jpg);
    margin: -46px auto 0;
    overflow: hidden;
    width: 250px;
    z-index: 1000;
    height:200px;
}
.htmlBG #container {
    background:#F3F3ED;
    
    background-image:inherit;
    margin: 0 auto;
    width: 200px;
    z-index: 500;
    height:150px;
    
}