JSFiddle - React, Tailwind, and code Playground
HTML
<style>
body{background: #e2eaed;}
a{
text-decoration: none;
color: #fff;
font-size: 30px;
height: 62px;
line-height: 62px;
background: #8dc73f;
width: 132px;
padding: 0 25px;
font-size: 16px;
text-align: center;
font-weight: bold;
margin-left: 4px;
display: block;
float: left;
}
</style>
<body>
<a href="#">Analytics</a>
<a href="#">Full circle of support</a>
</body>