JSFiddle - React, Tailwind, and code Playground
HTML
<div class="parent">
<div class="qubic">
</div>
</div>
CSS
.qubic {
width: 0;
height: 0;
padding: 50%;
background-color: gray;
}
<div class="parent">
<div class="qubic">
</div>
</div>
.qubic {
width: 0;
height: 0;
padding: 50%;
background-color: gray;
}