JSFiddle - React, Tailwind, and code Playground

by Cupidvogel

HTML

<div style="width:100%;height:40px;position:absolute;top:50%;margin-top:-20px;">
  <table style="width:100%"><tr><td align="center">
    <span>Out the middle of nowhere came I to fuck you!<span>
  </td></tr></table>
</div>

CSS

td span { padding: 2px 1px 2px 4px; background: grey; border-radius: 4px; }