JSFiddle - React, Tailwind, and code Playground
HTML
<div class="one"></div>
CSS
.one {
height: 200px;
background: blue;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}
<div class="one"></div>
.one {
height: 200px;
background: blue;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}