JSFiddle - React, Tailwind, and code Playground

by lonewolfs

HTML

<div class="content"></div>

CSS

.content{height:600px;width:400px;margin:auto;border:2px solid #F00;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5132ff', endColorstr='#9295fc',GradientType=0,sizingMethod='scale')/* IE6-9 */
        

border-radius:15px;-webkit-box-shadow:0 0 5px 5px rgba(0,0,0,0.3);-moz-box-shadow:0 0 5px 5px rgba(0,0,0,0.3);box-shadow:0 0 5px 5px rgba(0,0,0,0.3);

overflow:auto;
}