JSFiddle - React, Tailwind, and code Playground
by Benjamin
HTML
<div id ="status">
<div id="line0"><h2>Bakerloo</h2></div>
<div id="status0"><h2>Good Service</h2></div>
</div>
CSS
#line0{
background:pink;
width:50%;
display: inline-block;
float:left;
}
#status0{
background:red;
width:50%;
display: inline-block;
}