JSFiddle - React, Tailwind, and code Playground

by cathead

HTML

<section>
  <div class="quote">quote</div>
  <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;
}