JSFiddle - React, Tailwind, and code Playground
by Md Shah
HTML
<div id="info_div" class="breadcrumb" style="float: left; width: 93%; display: block;">
<div class="row-fluid show-grid">
<div class="span2"></div>
<div class="span10">
<h2>BOOK NOW <span class="h2Seperator">|</span> <span class="h2SecondContent">PAY LATER</span><img style="float: right;" src="images/booksmarter.jpg" alt="book smarter" width="64" height="65" /></h2>
<p>APEX Booking is Simple. Smart. Stunning</p>
</div>
</div>
</div>
CSS
.h2SecondContent {
color: green;
}
.h2Seperator {
color: grey;
}