JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div{
    background:red;
    height:50px;
    margin:5px 10% 5px 5%;
}