JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<span class="c1">c1</span>
<span class="c2">c2</span>
<span class="c3">c3</span>
c4
</div>
CSS
div { background: #000; color: #fff; }
.c3 { background: #006; font-size: 8pt; vertical-align: bottom; }
.c2 { font-size: 64pt; background: #600; vertical-align: top; }
.c1 { font-size: 48pt; background: #333; }