JSFiddle - React, Tailwind, and code Playground
HTML
<div>hi</div>
<canvas width='300px' height='50px'></canvas>
<div>yo</div>
CSS
div { border:1px solid black; width:300px; height:50px }
canvas { border:1px solid red; margin:0; padding:0 }
<div>hi</div>
<canvas width='300px' height='50px'></canvas>
<div>yo</div>
div { border:1px solid black; width:300px; height:50px }
canvas { border:1px solid red; margin:0; padding:0 }