Check out example codes for "como fazer uma linha vertical no html". It will help you in understanding the concepts better.
Code Example 1
.linha-vertical {
height: 500px;/*Altura da linha*/
border-left: 2px solid;/* Adiciona borda esquerda na div como ser fosse uma linha.*/
}
Learn ReactJs, React Native from akashmittal.com