JSFiddle - React, Tailwind, and code Playground

HTML

<div class="hr"></div>

CSS

.hr {
    height: 1px;
    background: black;
    width: 100%;
    font-size: 1px; /* IE 6 */
    overflow: hidden;
}