JSFiddle - React, Tailwind, and code Playground

by tea4two

HTML

<div class="global-nav is-closed">あいうえお</div>

<div class="global-nav">かきくけこ</div>

CSS

/* 複数セレクタ */
.global-nav.is-closed {
   background-color: yellow;
}