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;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.18);
  
}