JSFiddle - React, Tailwind, and code Playground

by Increazon

HTML

<div class="outer">
    <div class="inner"></div>j
</div>

CSS

.outer {
    background-color: red;
}
.inner {
    display: inline-block;
    width: 480px;
    height: 140px;
    background-color: green;
    vertical-align: top
}