JSFiddle - React, Tailwind, and code Playground
by John Smith
HTML
<ion-content>
<img class="startbutton" src="smiley.gif" />
</ion-content>
CSS
.startbutton{
position: absolute;
transition: .5s ease;
left: 29%;
top: 70%;
}