JSFiddle - React, Tailwind, and code Playground

HTML

<div>Я квадрат</div>

CSS

div {
    width: 30%;
    margin: auto;
    background: silver;
    overflow: hidden; /* clearfix */
}

div:before {
    content: "";
    padding-top: 100%;
    float: left;
}