JSFiddle - React, Tailwind, and code Playground

by Hugo Carneiro

HTML

<div>
hello
</div>

CSS

div {
  border-top: 1px solid red;
  border-top-style: dashed;
}