Here is the code:
I've tried many times and searched my answers but none works.
.tag-wrap a {
font-size: .5em;
text-decoration: none;
padding: 5px 11px 5px 8px;
display: inline-block;
color: #fff;
background: #333;
margin: 3px;
border-radius: 99px 0 0 99px;
box-shadow: 0 1px 0 0 rgb(38 38 38 / 10%);
border: 1px solid #ddd;
font-family:arial;
}
.tag-wrap a:before {
content: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20viewBox%3D%220%200%2020%2020%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20fill%3D%22white%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E);
margin-right:4px;
}
<div class="tag-wrap"><a href="#" >Label One</a><a href="#">Label Two</a></div>