JSFiddle - React, Tailwind, and code Playground
by thanhansoft
HTML
<div class="text-center">
<div class="seo-contact-box">
Thầy Bảo<br>
<img alt="Phone" src="http://daylaixedongnai.net/userfiles/images/layout/phone.gif">
<span class="seo-contact-box-phone"><a href="" title="Phone">+84 942 001 001</a></span>
</div>
</div>
CSS
.seo-contact-box {
background-color: #1179bc;
padding: 15px;
margin: 15px auto;
border-radius: 15px;
color: #FFF;
font-size: 20px;
text-align:center;
display: inline-block
}
.seo-contact-box img{
vertical-align: middle
}
.seo-contact-box a{
color: #fff;
text-decoration:none
}
.seo-contact-box a:hover{
color: red
}
.seo-contact-box > .seo-contact-box-phone {
font-size: 1.8em;
}