JSFiddle - React, Tailwind, and code Playground
HTML
<div class="cell">Went for a hike along the Alaska Pipeline</div>
CSS
div.cell::before{
content: "January 16th 1995";
margin-right:30px;
}
div.cell::after{
content: "32 miles";
margin-left:30px;
}