JSFiddle - React, Tailwind, and code Playground
by mpsingh2003
HTML
<div class='wrapper'>
<div class="vr"> </div>
</div>
CSS
.vr {
width:1px;
background-color:#000;
position:absolute;
top:0;
bottom:0;
left:50%;
right:50%;
}
.wrapper{
height:1000px;
}
}