JSFiddle - React, Tailwind, and code Playground

by yakun chen

HTML

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

CSS

.easyPanel{
    margin: 50px auto;
    width: 80%;
    height: 300px;
    background: rgba(30,30,30,0.8);
    border-radius: 3px;
    
}

.easyPanel p{
   line-height: 1.2em; 
    color: #fff;
}