JSFiddle - React, Tailwind, and code Playground

by Kirubel Girma

HTML

<body>
hi there
</body>

<div class="pitch2">Hi there</div>

CSS

body{background-color:yellow;
margin:0px; height:100%; width:%100; position:absolute;}
.pitch2{display:block;}