JSFiddle - React, Tailwind, and code Playground

by Angelo Tirambulo

HTML

<div class="headerwrap2">
    <div class="container-header">
        <div class="container-websitename-logo">
            <h1 class="website-name2">
                        Charts
                    </h1>

        </div>
    </div>
</div>

CSS

.headerwrap2 {
    top: 0;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .75);
}

.container-header {
    display: flex;
    margin: 1% 4% 2% 5%;
    align-items: flex-end;
    justify-content: space-between;
}

.website-name2 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.website-tagline2 {
    font-family: 'Yrsa', serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: lowercase;
    margin-top: 1%;
}