JSFiddle - React, Tailwind, and code Playground

by totoromaum

HTML

<blockquote>
  <p>A person's a person, no matter how small.</p>
  — <cite>Dr. Seuss</cite>
</blockquote>

CSS

p:before {
  content: '\201C';
  color:red;
  font-size: 28px;
}