JSFiddle - React, Tailwind, and code Playground

by olvlvl

HTML

<p>
    <a>one</a>
</p>
<p>
    <a>one</a><a>two</a>
</p>
<p>
    <a>one</a><a>two</a><a>three</a>
</p>
<p>
    <a>one</a><a>two</a><a>three</a><a>four</a>
</p>
<p>
    <a>We invited the stripper</a><a>JFK</a><a>Stalin.</a>
</p>

CSS

a+a:before{content:", "}a+a:last-child:before{content:", and "}a:first-child+a:last-child:before{content:" and "