JSFiddle - React, Tailwind, and code Playground
HTML
<div class="container-page">Images</div>
<button id="#button1">Animate 1</button>
CSS
.container-page{
position: absolute;
top: 50%;
left: 50%;
width: 200px;
height: 270px;
background-color: #06F;
color: white;
padding: 20px;
box-sizing: border-box;
margin: -135px 0 0 -100px;
}