JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<p>
We bring you the latest in entertainment <a href="#">View All</a> & information services, right on your phone. From the latest of Bollywood to the futuristic applications, get it all here !
</p>
</div>
CSS
div{width: 350px;}
a{
padding: 30px;
background: red;
border-radius: 12px;
background: red;
color: #fff;
font: bold 12px Arial, Helvetica, sans-serif;
text-decoration: none;
}