JSFiddle - React, Tailwind, and code Playground

HTML

<span class="header" style="position:absolute;">hey now!</span>

JavaScript

$(".header").animate({ //be sure to change the class of your element to "header"
        top:'250px',
        opacity:'0.5',
        height:'150px',
        width:'150px'
    });