JSFiddle - React, Tailwind, and code Playground

HTML

<img src="http://www.hersto.com/Publications/Followers/Sky.png">
<table>
    <tr>
        <td>123</td>
        <td>123</td>
        <td>123</td>
    </tr>
    <tr>
        <td>123</td>
        <td>123</td>
        <td>123</td>
    </tr>
    <tr>
        <td>123</td>
        <td>123</td>
        <td>123</td>
    </tr>
</table>

CSS

img {
    position: fixed;
    top: 0;
    left: 0;
    z-index:-9999;
}
table {
    width:100%;
    background-color: #000000;
    color:#fff;
}