JSFiddle - React, Tailwind, and code Playground

by Alex

HTML

<div></div>

CSS

body{background:#eee}
div{
    width: 200px;
    height: 200px;
    background: yellow;
    margin: 50px auto 0;
    
}