JSFiddle - React, Tailwind, and code Playground

HTML

<div class="parent">
  <div class="child"></div>
</div>

CSS

.parent {
  width:30vw;
}
.child {
  height:60vw;
  background:#def
}