JSFiddle - React, Tailwind, and code Playground
HTML
<img alt="logo" onload="animate_in();" width="800" height="600" id="img_logo" onclick="animate_out();" class="animated" src="http://amigoow.byethost13.com/website%20logo.png"/>
CSS
img{
max-height: 90%;
max-width: 90%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
border: 2px solid rgb(44,44,44);
}