JSFiddle - React, Tailwind, and code Playground

by Imri Paloja

HTML

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css">
<link rel="stylesheet" href="https://eurobytes.eu/styling.css">
<div class="table-wrapper">
                <table>
                    <caption>
                        <strong>
                            Subscriptions
                        </strong>
                    </caption>
                    <thead>
                    <tr>
                        <th>
                            <strong class="font-x-large">EuroBytes</strong>
                            <span class="border-bottom-dashed" data-title="The EuroBytes Application Platform features">
                                <i class="fa-solid fa-question"></i>
                            </span>
                        </th>
                        <th class="font-large">
                            Basic
                        </th>
                        <th>
                            <strong class="font-xx-large">
                                Standard
                            </strong><br>
                            <sup>
                                Recommended
                            </sup>
                        </th>
                        <th class="font-large">
                            Plus
                        </th>
                        <th class="font-large">
                            Enterprise
                        </th>
                    </tr>
                    </thead>
                    <tbody>
                    <tr>
                        <td>
                            <strong>
                                Hardware Level
                            </strong>
                            <span class="border-bottom-dashed" data-title="The hardware levels are upgradable">
                                <i class="fa-solid...