JSFiddle - React, Tailwind, and code Playground

by Rishabh Sharma

HTML

<div>
  <h1>
  Header
  </h1>
  <h2>
    Subheader
  </h2>
  <p>
    A quick brown for jumps over the lazy dog
  </p>
    <p>
    A quick brown for jumps over the lazy dog
  </p>
</div>

CSS

div p:first-of-type {
  color: blue;
}