Generate CSS notification count badge.
.badge-wrap { position: relative; display: inline-block; }
.badge-wrap .count {
position: absolute; top: -6px; right: -6px;
min-width: 20px; height: 20px;
background: #ef4444; color: #ffffff;
border-radius: 20px;
font-size: 11px; font-weight: 700;
display: grid; place-items: center;
padding: 0 4px; border: 2px solid #fff;
}