JSFiddle - React, Tailwind, and code Playground
HTML
<div class="btn-orange">
</div>
CSS
.btn-orange {
display: inline-block;
color: white;
height: 59px;
width: 256px;
font-size: 15px;
text-transform: uppercase;
border-radius: 7px;
background: #fc611f;
background-origin: content-box;
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
border: 3px solid hsla(0, 0%, 0%, .18);
}