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 ! 
     <img src="http://i45.tinypic.com/of5bhx.gif" />

     </p>       
        </div>

CSS

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