JSFiddle - React, Tailwind, and code Playground
HTML
<div>200x200</div>
CSS
div {
background-color: #0f0
height: 200px;
line-height: 200px;
text-align: center;
width: 200px;
}
<div>200x200</div>
div {
background-color: #0f0
height: 200px;
line-height: 200px;
text-align: center;
width: 200px;
}