JSFiddle - React, Tailwind, and code Playground

by Debloper

HTML

<div></div>

CSS

div {
    width: 128px;
    height: 48px;
    margin: 64px auto;
    border: 1px solid;
    transform: skew(30deg, 0deg);
    -moz-transform: skew(30deg, 0deg);
}