JSFiddle - React, Tailwind, and code Playground

HTML

<section id="teasers">
    <div class="wrapper">
        <a href="">
            <div class="redbox">
                <h2 class="two-lines uppercaseme lowercaseme">Behind the Scenes<br/><span class="lowercaseme">A look at studio life</span></h2>
                <div class="clearfix"></div>
            </div>
        </a>
    </div>
</section>

CSS

.redbox {
    padding: 0 55px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

a:visited { color: red; }

a { text-decoration: none; }