JSFiddle - React, Tailwind, and code Playground

by cathead

HTML

<section>
  <q>quote</q>
  <div class="taco">Hello</div>
  <div class="taco">Hello</div>
  <div class="taco">Hello</div>
  <div class="taco">Hello</div>
  <div class="taco">Hello</div>
</section>

CSS

.taco:first-of-type {
  color: orange;
  margin-bottom: 10px;
}