JSFiddle - React, Tailwind, and code Playground
HTML
<div class="child-of-body">
This is a text
</div>
CSS
.child-of-body {
position: absolute;
margin-top: 10%;
}
<div class="child-of-body">
This is a text
</div>
.child-of-body {
position: absolute;
margin-top: 10%;
}