(Errors from your JS or Pre-Processors code)
<div class="badge">Is The Best Team?</div>
.badge {
height: 100px;
width: 100px;
display: table-cell;
text-align: center;
vertical-align: middle;
border-top-right-radius: 100%;
background: red;
}