JSFiddle - React, Tailwind, and code Playground

by Egor Makarenko

HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.1.2/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.2/css/bootstrap.min.css">
<div class="container h-100 d-flex justify-content-center align-items-center">
  <div>
    example
  </div>
</div>

CSS

html,
body {
    height: 100%;
}