JSFiddle - React, Tailwind, and code Playground

by Hashem Qolami

HTML

<div class="child-of-body">
    This is a text
</div>

CSS

.child-of-body {
    position: absolute;
    margin-top: 10%;
}