JSFiddle - React, Tailwind, and code Playground

by ysuper

HTML

<div class="wrapper">
    <button class="button">Hello</button>
</div>

CSS

.wrapper {
    text-align: center;
}

.button {
    position: absolute;
    top: 20%;
}