JSFiddle - React, Tailwind, and code Playground

by petran

HTML

<br/>
<br/>
<div class="noti_bubble"><span>2</span></div>

CSS

.noti_bubble {
    width: 20px;
    height: 20px;
    text-align: center;
    background-color:red;
    color:white;
    font-weight:bold;
    border-radius:30px;
    box-shadow:1px 1px 1px gray;
}

span {
   
}