JSFiddle - React, Tailwind, and code Playground

by beneverard

HTML

<hr />

CSS

hr {
    display: block;
    height: 10px;
    background-color: red;
    outline: none;
    border: none;
}