JSFiddle - React, Tailwind, and code Playground
HTML
<span class="source">...</span>
<p>Source author, text goes here etc. etc.</p>
<p>Source author, text goes here etc. etc.</p>
CSS
.source + p {
display: inline;
}
<span class="source">...</span>
<p>Source author, text goes here etc. etc.</p>
<p>Source author, text goes here etc. etc.</p>
.source + p {
display: inline;
}