JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

.outer{background-color: black; float: left; border: 1px solid white}
.inner{width: 300px; height: 300px; background-color: white}