JSFiddle - React, Tailwind, and code Playground

HTML

<div class="a"></div>
<div class="b">ahjlfchvg</div>

CSS

.a,
.b {
  display: inline-block;
  width: 200px;
  height: 200px;
  border: 1px solid red;
}