JSFiddle - React, Tailwind, and code Playground

by learner001

HTML

<div id="container">
  <div id="">
    Line 1
  </div>
</div>

CSS

body {
  font: 36px Arial, sans-serif;
}

#container {
  color: red;
  width: 400px;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
}