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%;
}
by ysuper
<div class="wrapper">
<button class="button">Hello</button>
</div>
.wrapper {
text-align: center;
}
.button {
position: absolute;
top: 20%;
}