Thêm vào CSS
.message .signature:before
{
content: "Chữ ký";
width: 100px;
text-align: center;
color: rgb(15, 97, 161);
font-size: 15px;
font-family: Roboto;
font-weight: 500;
height: 30px;
line-height: 20px;
padding: 5px;
background-color: rgb(255, 255, 255);
box-sizing: border-box;
position: absolute;
top: -15px;
left: 50%;
margin-left: -50px;
border: 1px solid rgb(239, 242, 247);
border-radius: 2px;
}