JSFiddle - React, Tailwind, and code Playground

by shriek

HTML

<div id="test">hi</div>

CSS

#test{
    width:200px;
    height:200px;
    border-style:inset;
    border:2px solid red;
}