JSFiddle - React, Tailwind, and code Playground

by Hayk Aghabekyan

HTML

<hr>

CSS

hr {
    transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
}