JSFiddle - React, Tailwind, and code Playground

HTML

<div><div>

CSS

div{
    height:300px;
    width:500px;
    background-color:lightblue;
    outline:dashed;
    outline-offset:-10px;    
}