JSFiddle - React, Tailwind, and code Playground

by achilles03anil

HTML

THis is just another test
<hr>

CSS

hr {
  border:none;
  border-top:1px dashed;
  height:1px;
}