JSFiddle - React, Tailwind, and code Playground
HTML
<div class="v-cut"></div>
SCSS
.v-cut {
width: 200px;
height: 200px;
background: blue;
clip-path: polygon(0% 0%, 100% 22%, 100% 100%, 0% 100%);
}
<div class="v-cut"></div>
.v-cut {
width: 200px;
height: 200px;
background: blue;
clip-path: polygon(0% 0%, 100% 22%, 100% 100%, 0% 100%);
}