JSFiddle - React, Tailwind, and code Playground
HTML
<section></section>
CSS
html, body {
padding: 0;
margin: 0;
}
section {
height: 300px;
background:
linear-gradient(-3deg, #fff 0px, #fff 50px, transparent 51px, transparent) no-repeat,
url(https://source.unsplash.com/_yL3CxNwV4M/550x300) no-repeat center / cover;
}