JSFiddle - React, Tailwind, and code Playground

by DohanKwon

HTML

<div class="box">
    <h1>Lorem ipsum dolor amet</h1>
</div>

CSS

.box {
    border-width: thick;
    border-style: dashed;
    border-color: black;
}