JSFiddle - React, Tailwind, and code Playground
HTML
<div><span style="color:#c9caca">Scope of Work</span><span class="ga_sep"></span><span>Idea Processing, Photography, Magazine Advertising, Idea Processing, Photography, Magazine, Advertising, Idea Processing, Photography, Magazine Advertising</span></div>
CSS
.ga_sep{
height:10px;
width:1px;
border-left:1px solid #c9caca;
margin:1px 8px 0 8px;
position: relative;
top:1px;
display:inline;
}
div {display: table}
span {display: table-cell}
span:first-child {white-space: nowrap}