Appearance
.circle { background: gold; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
<div class="circle">text</div>
效果