JSFiddle - React, Tailwind, and code Playground
by w3cplus
HTML
<div class="demo">
<div class="box"></div>
</div>
CSS
.demo {
width: 300px;
background: #60f;
padding: 3px 0;
}
.box {
width: 100%;
background: #f60;
height: 50px;
padding:10px;
border:5px solid green;
}