JSFiddle - React, Tailwind, and code Playground

by head__space

HTML

<section class="sale grew-bg">
  <div class="banner">
 
  </div>
  <div class="container">
    
  </div>
</section>

CSS

.grey-bg {
  background: #F2F2F2;
}
.sale {
  position: relative;
}
.container {
  max-width: 1520px;
}
.banner {
  width: 35%;
  height: 100vh;
  background: url(https://massaget.kz/userdata/uploads/u61377/1415712179_l.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}