JSFiddle - React, Tailwind, and code Playground
by Manju06
HTML
<center><div class="paypal-button"><a href="www.google.com" class="pp"><img src="https://cdn3.iconfinder.com/data/icons/payment-method-1/64/_Paypal-39-512.png" width="64px"></a></div></center>
CSS
.paypal-button
{
white-space: nowrap;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: none;
font-size: 11px;
user-select: none;
transition: opacity 0.25s ease-in-out;
position: relative;
box-sizing: border-box;
vertical-align: top;
cursor: pointer;
outline: none;
overflow: hidden;
background: #ffc439;
min-height: 35px;
max-height: 55px;
border-radius: 4px;
max-width: 400px;
height: 55px;
display:flex;
justify-content:center;
align-items: center;
}