JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="http://gburning.com/stylesheets/base.css">
<link rel="stylesheet" href="http://gburning.com/stylesheets/skeleton.css">
<link rel="stylesheet" href="https://github.com/dhg/Skeleton/blob/master/stylesheets/layout.css">
<img class="" src="https://upload.wikimedia.org/wikipedia/commons/1/14/Animated_PNG_example_bouncing_beach_ball.png">
<img class="link" src="http://i.imgur.com/jsm0x2c.gif">
<img class="link" src="http://i.imgur.com/jsm0x2c.gif">

CSS

.link{
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0,0,0);
}
The