JSFiddle - React, Tailwind, and code Playground
by Brodingo
HTML
<header>Hello</header>
<canvas>
CSS
body {
min-height: 1200px;
background: steelblue;
}
header {
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 10px;
background: white;
}
canvas {
margin: 100px 0px;
padding: 0px;
border: none;
height: 193px;
width: 100%;
background: red;
}