JSFiddle - React, Tailwind, and code Playground

HTML

<div>aaa<span>bbb</span>ccc</div>

CSS

div::first-line { color: blue }
span { display: contents }