JSFiddle - React, Tailwind, and code Playground

by Chris LaFrombois

HTML

<div>window into your soul</div><div>is the pain terrible?</div><div>ARRRRRRRRRR!</div>

CSS

div {
    float:left;
    height:200px;
    width:200px;
    border:#000 solid 10px;
    box-shadow:1px 0px 0px #cc0000, -1px 0px 0px #cc0000;
}