JSFiddle - React, Tailwind, and code Playground

HTML

<p>The heart of our work at Oregon Humanities is connecting people across differences of belief and experience in pursuit of a more reflective, more connected, and more just Oregon.</p>

<p>We do this in a few different ways. We share stories, on the page and online, that explore the experiences of Oregonians. We bring people together, face to face, to talk about questions that cannot be answered quickly or easily. And we work with organizations
  and individuals to share stories and start conversations in their own communities.</p>

<p>In 2017, we did more of all of these things than ever before: more stories, more conversations, more trainings, and more partnerships.</p>

<p>We feel intensely grateful and lucky to do our work with and among all of you. This work only makes sense and has meaning as part of an ecosystem. We are honored to make the contributions we can and delighted to see this ecosystem growing and getting
  stronger.</p>

<p><em>&mdash;Adam Davis, Executive Director</em></p>

<h2><a href="#activities">2017 Statement of Activities</a></h2>

<h2><a href="#stories">Sharing Oregon Stories</a></h2>

<h2><a href="#conversations">Starting New Conversations</a></h2>

<h2><a href="#partnerships">Building New Partnerships</a></h2>

<h2><a href="#donors">Donors and Sponsors</a></h2>

<h2><a href="#honor">Gifts in Honor and Memory</a></h2>

<p>&nbsp;</p>

<h3>2017 Statement of Activities</h3>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript">
  google.charts.load('current', {
    'packages': ['corechart']
  });
  google.charts.setOnLoadCallback(drawChart);

  function drawChart() {

    var data = google.visualization.arrayToDataTable([
      ['Source', 'Revenue in dollars'],
      ['National Endowment for the Humanities: $828,217', {
        v: 828217,
        f: '$828,217'
      }],
      ['Oregon Cultural Trust: $232,173', {
        v: 232137,
        f: '$232,137'
      }],
     ...