JSFiddle - React, Tailwind, and code Playground
by Snaptik
HTML
<button class="bookbutton" href="#">Book Now</button>
CSS
.bookbutton {
background: #6c1cff;
padding: 0 20px;
display: block;
color: #fff;
border-radius: 5px;
font-size: 14px;
height: 48px;
align-items: center;
position: relative;
z-index: 0;
display: flex;
justify-content: center;
white-space: nowrap;
font-weight: 600;
}