JSFiddle - React, Tailwind, and code Playground

HTML

<div class="call-now" title="" data-content="<p>Chúng tôi luôn sẵn sàng Tư vấn – Giải đáp mọi thắc mắc của Quý khách.</p><p>Hoạt động 24/7 – Tất cả các ngày trong tuần, kể cả ngày lễ.</p>" data-original-title="Đường dây nóng">
<a class="btn-call-now" href="tel:0941792255">
<i class="icon-phone" aria-hidden="true"></i>
<p>Tư vấn miễn phí (24/7) <strong>094 xxx xxx</strong></p>
</a>
</div>

CSS

/* Phan bo vao style.css Nut goi dien thoai*/
.call-now {
left: 0;
bottom: 25px;
height: 50px;
min-width: 200px;
position: fixed;
background-color: #e67e22;
border-radius: 0 25px 25px 0;
box-shadow: 0 1px 2px rgba(0,0,0,.8);
z-index: 998;
}
.call-now .btn-call-now i {
position: absolute;
color: #e67e22;
background-color: #fff;
font-size: 35px;
right: 0;
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
border-radius: 50%;
border: 1px solid #e67e22;
}
.call-now .btn-call-now p {
color: #fff;
font-size: 14px;
min-width: 150px;
text-align: center;
vertical-align: middle;
display: inline-block;
}
.call-now .btn-call-now strong {
display: block;
font-size: 18px;
}
/*end nut goi*/