JSFiddle - React, Tailwind, and code Playground

by ivawzh

HTML

<div id=boxone>
    box 1
</div>

CSS

#boxone{
    border-style:solid;
    border-width:15px;
}