JSFiddle - React, Tailwind, and code Playground

by mori57

HTML

<blockquote class="quotelist">
  <div class="quote">
    Best explanation I've ever received on these topics.
  </div>
  <div class="quote">
    This was seriously outstanding! This speaker has a great understanding of inpatient and outpatient software, delivery systems, discharge counseling that may be different from what may/not be covered by insurance plans in outpatient setting, etc., pharmacists and nursing errors in general: a very broad understanding of where things go wrong.
  </div>
  <div class="quote">
    Excellent! I have a much greater understanding.
  </div>
</blockquote>

CSS

@import url(https://fonts.googleapis.com/css?family=Droid+Sans:700);

.quotelist::before, .quotelist::after {
  content: "&quot;",
  font: bold 64px "Droid Sans";
}