Try CSS


clip-path: inset(20px)
.root {
  background-color: #e3c95d;
}
          
.inset {
  height: 10rem;
  width: 100%;
  clip-path: inset(20px);
  background-color: #fff;
}