vertical rule html

HTML
  <style>
.vl {
  border-left: 6px solid green;
  height: 
  500px;
}

  </style>

<div class="vl"></div> 
Source

Also in HTML: