JSFiddle - React, Tailwind, and code Playground

by Akshay Shah

HTML

<div class="big">Activity</div>

<div class="small">
    <a href="javascript:void(0);">View timeline / Filter activities
    </a>
</div>

CSS

.big {
    display:inline-block;
    width: 50%;
    float: left;
    font-size: 2em
}

.small {
    display:inline-block;
    width: 50%;
    font-size: 1em
}
a {
    float:right;
}