JSFiddle - React, Tailwind, and code Playground

HTML

<button id="chartContainer">Testing</button>

CSS

html, body {
    height: 100%;
}

button {
    height: 100%;
    width: 100%;
}