JSFiddle - React, Tailwind, and code Playground

by oti ext

HTML

<div>
    <img src="https://unsplash.it/300/250" alt="" class="fll">
    <table border="1" class="inline-table">
        <tr>
            <th>見出しート</th>
            <td>テキスート</td>
        </tr>
        <tr>
            <th>見出しート</th>
            <td>テキスート</td>
        </tr>
        <tr>
            <th>見出しート</th>
            <td>テキスート</td>
        </tr>
    </table>
    あいうーおかきくーこさしすーそたちつーとなにぬーの
</div>

CSS

img {
    vertical-align: bottom
}

.inline-table {
    display: inline-table;
}