JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="jimfahad.com/assets/plugins/bootstrap-3.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
<a href="#" class="btn">some text<span class="glyphicon glyphicon-play pull-right"></span></a>
CSS
a.btn {
background-color: #ff38a4;
border-radius: 0;
box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
color: #fff;
cursor: pointer;
display: flex;
font-size: 14px;
font-weight: normal;
justify-content: space-between;
margin-top: 1rem;
padding: 14px 14px 14px;
width: 315px;
}