JSFiddle - React, Tailwind, and code Playground

HTML

<div class="header_content">
    <div style="display: table-cell; width: 50%; background-color:grey">       
        a<br/>
        a<br />
        a<br />
        a<br />
        a<br />
    </div>
    <div style="display: table-cell; width: 50%; background-color: blue">
        <div style="background-color:yellow;">
            <span >View Full Thread</span>
        </div>        								
    </div>								
</div>