JSFiddle - React, Tailwind, and code Playground

by charlescarver

HTML

<img src="http://placehold.it/350x150.jpg" />

JavaScript

$('img').each(function() {
    $(this).attr('src', $(this).attr('src').replace(/\.jpg/, '-181x86.jpg'));
});