JSFiddle - React, Tailwind, and code Playground
by nottrobin
HTML
<p>The quick brown fox jumps etcetera.</p>
<p>The quick brown fox jumps etcetera.</p>
CSS
p:first-child {
font-family: "gill sans";
}
p:last-child {
font-family: "open sans";
}