JSFiddle - React, Tailwind, and code Playground

HTML

<div class="foo">
    <div class="bar"></div>
</div>

CSS

.foo {
    max-width: 500px;
}

.bar {
    padding-top: 100%;
    background: orange;
}