JSFiddle - React, Tailwind, and code Playground
by Katy Moe
HTML
<table>
<tr>
<td>asdf</td>
<td>asdf</td>
</tr>
</table>
<div class="myFloatBar" align="center"><strong>Viewing Location</strong>
</div>
CSS
.myFloatBar {
bottom:0;
left:0;
width:140%;
/* position:fixed; */
background-color:#0099ff;
color: #FFFFFF;
height: 20px;
font-size: 15px;
}
table {
width: 140%;
border: 1px solid black;
}