JSFiddle - React, Tailwind, and code Playground
HTML
<div class="telefon">
<p>Rückrufservice</p>
</div>
CSS
.telefon {
width:276px;
height:30px;
background-color:#65140a;
border-radius:7px;
}
.telefon p:before {
content: url(http://fs1.directupload.net/images/141207/dy2siumy.png);
position: absolute;
margin-top: -20px;
margin-left: -68px;
border-radius: 77%;
background-color: #000;
padding: 1em;
}
.telefon p {
color:#b6c3d0;
font-weight:bold;
font-size:.85em;
letter-spacing:2px;
display:block;
padding:8px 0 8px 7em;
text-transform:uppercase;
}