JSFiddle - React, Tailwind, and code Playground

by Softlink

HTML

<div></div>

CSS

body{
    background: #f0efef;
}    

div{
    width: 200px;
    height: 250px;
    margin: 20px auto;
    background: #ddd;
    border-radius: 10px;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
}