JSFiddle - React, Tailwind, and code Playground
by duopixel
HTML
<div class="container">
<canvas></canvas>
</div>
CSS
.container {
text-align: center;
}
canvas {
background-color: #000;
width: 100%;
max-width: 800px;
max-height: 600px;
margin: 0 auto;
}