JSFiddle - React, Tailwind, and code Playground
by kiokotzu
HTML
<div class="thumb-shadow"> <a href="services/solar">
<img width="160" height="160" alt="" class="attachment-post-thumbnail wp-post-image" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTYyIt7ZYoe_7aE9ITMJtXJelj0D-qYcrNEj3rjVznYZpexXdEukQ" style=""/>
</a>
</div>
JavaScript
jQuery('.thumb-shadow img').mouseenter(function () {
jQuery(this).effect("bounce", {
times: 3
}, 500);
});