JSFiddle - React, Tailwind, and code Playground

HTML

<div>
          <p>
          We bring you the latest in entertainment & information services, right on your phone. From the latest of Bollywood to the futuristic applications, get it all here ! 
          <a href="#">View All</a> 
          </p>
          
        </div>

CSS

div{ width: 350px;}
a{
    padding: 30px; 
    background-color: red; 
    margin: 20px; 
    border-radius: 12px;
    color: #fff; 
    font: bold 12px Arial, Helvetica, sans-serif; 
    text-decoration: none;
    display:block;
    width:50px;
}