JSFiddle - React, Tailwind, and code Playground

by ChrisStanyon

HTML

<div id="myDiv">This is my DIV</div>

CSS

#myDiv {
padding: 10px;
width: 200px;
height: 100px;
border-style:inset;
border-color: grey;
border-width: 3px;
}