JSFiddle - React, Tailwind, and code Playground

by Joshua Dwire

HTML

<table class="tw-free-downloads-table">
  <thead>
    <tr>
      <th>Title</th>
      <th class="free-hymn-lyricist">Author</th>
      <th class="free-hymn-composer">Composer/Arranger</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a href="https://dev.wilds.org/store/product/behold-how-every-wound/"><i
								class="fa fa-download"></i>Behold How Every Wound</a></td>
      <td class="free-hymn-lyricist">Dustin Battles</td>
      <td class="free-hymn-composer">Reba Snyder</td>
    </tr>
    <tr>
      <td><a href="https://dev.wilds.org/store/product/consider-him/"><i
								class="fa fa-download"></i>Consider Him</a></td>
      <td class="free-hymn-lyricist">Andy Gleiser</td>
      <td class="free-hymn-composer">Reba Snyder</td>
    </tr>
    <tr>
      <td><a href="https://dev.wilds.org/store/product/for-me-to-live-is-christ-hymn/"><i
								class="fa fa-download"></i>For Me to Live Is Christ</a></td>
      <td class="free-hymn-lyricist">Matt Herbster</td>
      <td class="free-hymn-composer">Joshua Sparkman</td>
    </tr>
    <tr>
      <td><a href="https://dev.wilds.org/store/product/from-heavens-holy-throne/"><i
								class="fa fa-download"></i>From Heaven's Holy Throne</a></td>
      <td class="free-hymn-lyricist">Dustin Battles</td>
      <td class="free-hymn-composer">James Koerts</td>
    </tr>
    <tr>
      <td><a href="https://dev.wilds.org/store/product/gaze-on-the-christ/"><i
								class="fa fa-download"></i>Gaze on the Christ</a></td>
      <td class="free-hymn-lyricist">Chris Anderson</td>
      <td class="free-hymn-composer">Greg Habegger</td>
    </tr>
    <tr>
      <td><a href="https://dev.wilds.org/store/product/i-will-make-my-boast-in-jesus/"><i
								class="fa fa-download"></i>I Will Make My Boast in Jesus</a></td>
      <td class="free-hymn-lyricist">James Harris / Paul Keew</td>
      <td class="free-hymn-composer">James Harris / Paul Keew</td>
    </tr>
    <tr>
      <td><a...