.userBanner {
background-color: red;
padding: 10px;
border-radius: 25px;
position: relative;
border: none;
font-weight: bold;
color: #fff;
.userBanner-before {
background: url(https://imgur.com/7pW3G3e.png) no-repeat center;
background-size: 36px;
content: "";
display: block;
width: 32px;
height: 32px;
position: absolute;
left: 5px;
top: 2px;
padding: 4px;
border-radius: 50%;
}
}