JSFiddle - React, Tailwind, and code Playground

by Ansel Santosa

HTML

<div>200x200</div>

CSS

div {
    background-color: #0f0
    height: 200px;
    line-height: 200px;
    text-align: center;
    width: 200px;
}