JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div {
    width: 200px;
    height: 200px;
    padding: 20px;
    margin: 30px;
    border: 10px dashed orange;
    background: blue;
}