JSFiddle - React, Tailwind, and code Playground
by Neeraj Yadav
HTML
<p>Tiger Shroff</p>
<p>Tiger Shroff 123</p>
CSS
p {
background-color: #D51F31;
min-width: 80px;
border-radius: 13px;
color: white;
max-width: 150px;
text-align: center;
height: 30px;
font-size: 16px;
line-height: 30px;
font-family: "Times New Roman";
position: relative;
}
p:before {
content: "\2191";
position: absolute;
left: 20px;
}