JSFiddle - React, Tailwind, and code Playground

HTML

<table class="table striped">
                                <thead>
                                    <tr>
                                        <th rowspan="2">Col-1</th>
                                        <th rowspan="2">Col-2</th>
                                        <th rowspan="2" class="text-right">Col-3</th>
                                        <th rowspan="2" class="text-right">Col-4</th>
                                        <th rowspan="2" class="text-right">Col-5</th>
                                        <th rowspan="2" class="text-right">Col-6</th>
                                        <th rowspan="2" class="text-right">Col-7</th>
                                        <th colspan="3" class="accent-dark text-center">Col-8</th>
                                        <th rowspan="2" class="accent-focus text-right">Col-9</th>
                                        <th rowspan="2" class="text-right">Col-10</th>
                                        <th rowspan="2" class="text-right">Col-11</th>
                                        <th rowspan="2" class="text-right">Col-12</th>
                                        <th rowspan="2" class="text-right">Col-13</th>
                                        <th rowspan="2" class="text-right">Col-14</th>
                                        <th rowspan="2">Col-15</th>
                                    </tr>
                                    <tr>
                                        <th class="accent-mid text-right">Col-8.1</th>
                                        <th class="accent-mid text-right">Col-8.2</th>
                                        <th class="accent-mid text-right">Col-8.3</th>
                                    </tr>
                                </thead>
                                <tbody>
                                    <tr>
                                        <td><a class="blue-link" href="#" title="345234">345234</a></td>
        ...