JSFiddle - React, Tailwind, and code Playground

by oilvier

HTML

<table class="krys-transactiondetails">
    <caption>
        <h4 class="krys-title krys-title-lv3 rkg-mb2">Détail de la transaction</h4>
    </caption>
    <tbody>
        <tr>
            <th scope="row">Référence marchand</th>
            <td>271266</td>
        </tr>
        <tr>
            <th scope="row">Référence bancaire</th>
            <td>AUTO</td>
        </tr>
        <tr>
            <th scope="row">Montant</th>
            <td>179,00&nbsp;€</td>
        </tr>
        <tr>
            <th scope="row">Date</th>
            <td>02/12/2019 à 15:53</td>
        </tr>
    </tbody>
</table>