JSFiddle - React, Tailwind, and code Playground

by vacammar

HTML

<div class="black_box"></div>

CSS

.black_box {
    width:500px;
    height:200px;
    background:#000;
    border:2px solid #000;
    outline: 1px dashed #fff;
    outline-offset: -10px;
}