JSFiddle - React, Tailwind, and code Playground

HTML

<body>
centered. iframes work here, too.
</body>

CSS

html {
  width: 100%;
  height: 100%;
  display: table;
}

body {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}