JSFiddle - React, Tailwind, and code Playground

by Chris Rebert

HTML

<div>
  <span class="h2 pull-right">(<a href="#">External #AB5-ZQ-R</a>)</span>
  <h2 style="display:inline">Invoice #001</h2>
</div>
<p>
  ...
</p>

CSS

.h2 {
  font-size: 1.5em;
}
.pull-right {
  float: right;
}