<style>
    canvas { 
        border: solid green;
    }
</style>
<p>
    These should be two identical green hollow squares:
</p>
<canvas width="50" height="50"></canvas>
<canvas width="50" height="50"></canvas>