JSFiddle - React, Tailwind, and code Playground

by Praveen Kumar Purushothaman

HTML

<hr class="double-line" />

CSS

body {padding: 25%;}
.double-line {
    width: 100%;
    height: 1px;
    display: block;
    border: 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #f5f5f5;
    font-size: 1px;
}