JSFiddle - React, Tailwind, and code Playground

by aflynt

HTML

<div class="box"></div>

CSS

.box{
    width: 100px;
    height: 100px;
    margin: 100px;
    border: 2px solid green;
    outline:2px solid red;
    outline-offset: 2px;    
}