JSFiddle - React, Tailwind, and code Playground

HTML

<tag><tag/></tag>

CSS

tag{
    display:inline-block;
    width:100px;
    height:100px;
    background:red;
}

tag > tag{
    width:80px;
    height:80px;
    margin:10px;
    background: orange;
}