JSFiddle - React, Tailwind, and code Playground

by Hannah McFarlane

HTML

<div class="table-rw table-classic-rw align-auto-rw float-none-rw width-auto-rw exclude-auto-rw" id="table-grid1" title="Table Grid">
<div class="block-control-rw"><span class="button_pt">&nbsp;</span></div>
<div class="pc-rw" id="pc1">
<table id="table45">
    <thead>
        <tr>
            <th>&nbsp;</th>
            <th><b>The people in government&nbsp;.&nbsp;.&nbsp;.</b></th>
            <th>&nbsp;</th>
            <th><b>The government is&nbsp;.&nbsp;.&nbsp;.</b></th></tr></thead>
    <tbody>
        <tr class="row">
            <td>&nbsp;</td>
            <td>Look after themselves</td>
            <td>Can be trusted to do the right thing</td>
            <td>&nbsp;</td>
            <td>Run for the big interests</td>
            <td>About half and half</td>
            <td>Run for the benefit of all</td></tr>
        <tr class="row">
            <td>1993</td>
            <td>66</td>
            <td>34</td>
            <td>&nbsp;</td>
            <td>-</td>
            <td>-</td>
            <td>-</td></tr>
        <tr class="row">
            <td>1996</td>
            <td>52</td>
            <td>48</td>
            <td>&nbsp;</td>
            <td>-</td>
            <td>-</td>
            <td>-</td></tr>
        <tr class="row">
            <td>1998</td>
            <td>67</td>
            <td>33</td>
            <td>&nbsp;</td>
            <td>52</td>
            <td>36</td>
            <td>12</td></tr>
        <tr class="row">
            <td>2001</td>
            <td>68</td>
            <td>32</td>
            <td>&nbsp;</td>
            <td>48</td>
            <td>36</td>
            <td>17</td></tr>
        <tr class="row">
            <td>2004</td>
            <td>60</td>
            <td>40</td>
            <td>&nbsp;</td>
            <td>42</td>
            <td>38</td>
            <td>20</td></tr>
        <tr class="row">
            <td>2007</td>
            <td>57</td>
            <td>43</td>
            <td>&nbsp;</td>
            <td>38</td>
    ...

CSS

table {
  border: 1px solid black;
  }