.container {
border: 1px solid red;
width: 200px;
font-weight: 700;
font-size: 24px;
padding: 0 0 5px 0;
background: gray;
}
.container * {
display: inline;
}
.container span {
margin-right: 6px;
width: 32px;
height: 24px;
background: #FFFFFF;
border-radius: 10px;
font-size: 20px;
align-items: center;
justify-content: center;
color: #000000;
display: inline-flex;
}