JSFiddle - React, Tailwind, and code Playground

HTML

<img id="dice"...

CSS

table {
    left:9px;
    position: fixed;
    top:8px;
}
td {
    border: 1px solid black;
    height: 90px;
    margin-left: 10%;
    margin-right: 10%;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 105px;
}
#dice {
   left: 570px;
   position:fixed;
}