JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div {
  width: 120px;
  height: 200px;
  background-color: #333;
  clip-path: polygon(0px 20px, 20px 0px, 100% 0px, 100% 100%, 0px 100%);
}