JSFiddle - React, Tailwind, and code Playground

HTML

<section id="1">Section 1</section>
<section id="2">Section 2</section>
<section id="3">Section 3</section>

CSS

section:not(#2) { font-size:33px; }