JSFiddle - React, Tailwind, and code Playground

by Darko

HTML

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<div class="page-header" id="page-header">
    <div class="pull-left">
         <h1>Text on the left</h1>

    </div>
    <div class="pull-right">
         <h3 class="text-right">This to the right but on the same line</h3>

    </div>
    <div class="clearfix"></div>
</div>

CSS

#page-header h1, #page-header h3 {
    line-height: 40px;
}