JSFiddle - React, Tailwind, and code Playground

by andresilich

HTML

<div class="vr">&nbsp;</div>

CSS

.vr {
    width:10px;
    background-color:#000;
    position:absolute;
    top:0;
    bottom:0;
    left:150px;
}