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;
    }
    a {
        display: -webkit-inline-flex;
        display: inline-flex;
        
        -webkit-align-items: center;
        align-items: center;
        
        -webkit-justify-content: center;
        justify-content: center;
    
        line-height: 1;
    }
</style>

<body>
    <a href="#">Analytics</a>
    <a href="#">Full circle of support</a>
</body>