JSFiddle - React, Tailwind, and code Playground

by Harisankaran Parameswaran

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;
}