JSFiddle - React, Tailwind, and code Playground

HTML

<div>
</div>

CSS

@keyframes test {from {margin-left:10px; margin-top:10px} to {margin-left:500px; margin-top:500px}}
div {background:red;width:100px;height:100px;-moz-animation:test 2s infinite cubic-bezier(0.1, 0.2, 0.8, 0.9)}