JSFiddle - React, Tailwind, and code Playground
by oilvier
HTML
<div></div>
CSS
div {
width: 50px;
height: 50px;
background: red;
clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
by oilvier
<div></div>
div {
width: 50px;
height: 50px;
background: red;
clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}