JSFiddle - React, Tailwind, and code Playground

HTML

<hr class="vertical"/>

CSS

html, body{height: 100%;}

.vertical
{
   width: 1px;
   height: 100%; /* or height in PX */
}