JSFiddle - React, Tailwind, and code Playground
by dgrebb
HTML
<div>
<p>Hi!</p>
</div>
CSS
div {
outline: thin dotted;
outline-color: blue;
width:100px;
height:100px;
padding:10px;
}
by dgrebb
<div>
<p>Hi!</p>
</div>
div {
outline: thin dotted;
outline-color: blue;
width:100px;
height:100px;
padding:10px;
}