JSFiddle - React, Tailwind, and code Playground

by cherishpeace

HTML

<div class="box">三边的box-shadow</div>

CSS

.box{
    box-shadow:0 5px 10px rgba(0,0,0,0.4);
    width:100px;
    height:200px;
    border:1px solid #666;
    border-top:none;
    margin:20px auto;
    
}