JSFiddle - React, Tailwind, and code Playground

by kodjoe mambi

HTML

<div class="container">
    <div class="button">
  ola
</div>
</div>

CSS

.container{
   position: relative;
   background: url(/images/home2.png);
   width: 800px;
   height: 800px;
   margin-left: auto;
   margin-right: auto;
}
.button{
  position: absolute;
  right: 30px;
  bottom: 125px;
}