JSFiddle - React, Tailwind, and code Playground

by swordys

HTML

<div>

</div>

CSS

div {
  height: 5px;
  width: 100px;
  background: black;
  transform: skew(15deg, 15deg);
}