<div class="container"><div class="container__progress" style="/* Width based on the number of percentages */width: 40%;"><!-- The number of percentages -->40%</div></div>
.container {/* Colors */background-color: rgba(0, 0, 0, 0.1);/* Rounded border */border-radius: 9999px;}.container__progress {/* Center the content */align-items: center;display: flex;justify-content: center;/* Colors */background-color: #357edd;color: #fff;/* Rounded border */border-radius: 9999px;}