JSFiddle - React, Tailwind, and code Playground

HTML

<div class="wrapper">
    <div class="content"></div>
</div>

CSS

.wrapper { width: 200px; height: 200px; background-color: black; }
.content { width: 100%; height: 60%; background-color: red; }