JSFiddle - React, Tailwind, and code Playground

by iamacatperson

HTML

<p>This is another animated text.</p>

CSS

p {
    color: #000;
}

JavaScript

$('p').hover(function() {
    $(this).animate("paddingLeft: '+=15px')}, (function() {
    $(this).animate("paddingLeft: '-=15px')    
});