JSFiddle - React, Tailwind, and code Playground

by Mike Gleeson

HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<img src="https://i.imgur.com/LZsZpJv.png" id="expander"/>

CSS

body {
  background: url('https://i.imgur.com/EZzw1DR.png');
}

#expander
{
position:relative;
top:550px;
left:710px;
width:100px;
height:100px;
}

JavaScript

$("#expander").animate({"height":"684px", "width":"733px", "top": "259px", "left": "359px"}, 3000);