JSFiddle - React, Tailwind, and code Playground

by Pratik Galoria

HTML

<div class="line"></div>

CSS

.line{
  width: 10px;
  height: 150px;
  border-right: 1px solid black;
  position: absolute;
  transform: skew(-45deg);
}