JSFiddle - React, Tailwind, and code Playground
by Himanshu Joshi
HTML
<button class="join__button" type="button">Join the beta</button>
CSS
.join__button {
font-style: normal;
font-size: 14px;
font-size: .875rem;
line-height: 1.2;
color: #fff;
background-color: #8022ff;
padding: 1.25rem 2rem;
border: none;
box-shadow: 5px 5px 0 #751deb;
-webkit-transition: all .15s ease-out;
transition: all .15s ease-out;
cursor: pointer;
margin: 1rem auto 1.5rem;
display: block;
}
button, select {
text-transform: none;
}