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-clip: content-box;
  border: 3px solid hsla(0, 0%, 0%, .18);
  
}