JSFiddle - React, Tailwind, and code Playground

by Husar

HTML

<div></div>

CSS

div {
    margin: 30px 0 0 100px; 
    width: 53px;
    background-color: #EEE8DB;
    border-radius: 3px;
    float: left;
    height: 400px;
    border-top: 1px solid #E6DFCD;
    border-left: 1px solid #E6DFCD;
    border-right: 2px solid #CCBE9E;
    border-bottom: 2px solid #CCBE9E;
}