JSFiddle - React, Tailwind, and code Playground

HTML

<hr>

CSS

hr
{
 border-color: blue;
    background-color: red;
    height: 50px;
    border-width: 5px;
    border-style: solid;
}