.clip-bl {
width: 20px;
height: 20px;
clip-path: path("M 0 0 a 20 20 0 0 0 20 20 h -20 v -20");
}
background: linear-gradient(to bottom right, rgba(48, 62, 254, 0.48), rgba(48, 62, 254, .13));
grid-template-areas:
"a a b c"
"d e e f";
grid-column: span 2 / span 2;
на соответствующие ячейки: https://play.tailwindcss.com/TFCFv701GP Т.е. обёртку box2 удалять нельзя.