JSFiddle - React, Tailwind, and code Playground

by dance2die

HTML

<div class="main">
    <h1 id="txt">(empty)</h1>
</div>

CSS

.main {
  width: 700px;
  height: 400px;
  position: relative;
}

#txt {
  width: 100%;
  height: 100%;
}