JSFiddle - React, Tailwind, and code Playground

by arantxa lu

HTML

<p>Mis bloggers preferidas:</p>
<table>
    <tr>
        <td>Chiara Ferragni</td>
        <td>The Blonde Salad</td>
        <td>28 años</td>
    </tr>
    <tr>
        <td>Ree Drummond</td>
        <td>The Pioneer Woman</td>
        <td>46 años</td>
    </tr>
    <tr>
        <td>Blanca Balzola</td>
        <td>Personalización de Blogs</td>
        <td>33 años</td>
    </tr>
</table>