JSFiddle - React, Tailwind, and code Playground

HTML

<div id="home_but">
            <div id="home_text">Home</div>
        </div>

CSS

#home_but {
    height: 33px;
    background-color: #d51010;
    display: inline-block;
}

#home_text {
    font-family: Myriad Pro;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 10px 0 10px;
}