JSFiddle - React, Tailwind, and code Playground
HTML
<div class="line"></div>
CSS
.line{
width: 10px;
height: 150px;
border-right: 1px solid black;
position: absolute;
transform: skew(-45deg);
}
<div class="line"></div>
.line{
width: 10px;
height: 150px;
border-right: 1px solid black;
position: absolute;
transform: skew(-45deg);
}