JSFiddle - React, Tailwind, and code Playground
HTML
<div class="ab"></div>
CSS
body {background: blue}
.ab{background:red; position:absolute;left:0; top:0; width: 50px; height: 50px;}
<div class="ab"></div>
body {background: blue}
.ab{background:red; position:absolute;left:0; top:0; width: 50px; height: 50px;}