JSFiddle - React, Tailwind, and code Playground

HTML

<div id="myDiv">
    some text
</div>

CSS

#myDiv{
    width:%100;
    height:0;
    padding-bottom:35%;
    background-color:#333;
}