JSFiddle - React, Tailwind, and code Playground

by iamthestig

HTML

<table align="center" width="100%" border="0" cellspacing="0" cellpadding="0">
     <tbody>
          <tr>
               <td width="25%">
                    <table align="center" width="100%" border="0" cellspacing="0" cellpadding="0">
                         <tbody>
                              <tr>
                                   <td class="range" width="50%">100,000 - 105,000</td>
                                   <td class="value" width="50%">VALUE</td>
                              </tr>
                              <tr>
                                   <td class="range" width="50%">105,000 - 110,000</td>
                                   <td class="value" width="50%">VALUE</td>
                              </tr>
                              <tr>
                                   <td class="range" width="50%">110,000 - 115,000</td>
                                   <td class="value" width="50%">VALUE</td>
                              </tr>
                              <tr>
                                   <td class="range" width="50%">115,000 - 120,000</td>
                                   <td class="value" width="50%">VALUE</td>
                              </tr>
                              <tr>
                                   <td class="range" width="50%">120,000 - 125,000</td>
                                   <td class="value" width="50%">VALUE</td>
                              </tr>
                              <tr>
                                   <td class="range" width="50%">125,000 - 130,000</td>
                                   <td class="value" width="50%">VALUE</td>
                              </tr>
                              <tr>
                                   <td class="range" width="50%">130,000 - 135,000</td>
                                   <td class="value" width="50%">VALUE</td>
                              </tr>
                              <tr>
                                   <td...