<div class="flex items-center justify-between p-4">
<span class="text-lg font-bold">알림</span>
<div class="bg-red-500 text-white
w-8 h-8 rounded-full
flex items-center justify-center
font-bold text-sm">5</div>
</div>
flex items-center justify-between
- 양쪽 정렬
w-8 h-8 rounded-full
- 원형 배지
flex items-center justify-center