JSFiddle - React, Tailwind, and code Playground
HTML
<img src="http://placehold.it/350x150.jpg" />
JavaScript
$('img').each(function() {
$(this).attr('src', $(this).attr('src').replace(/\.jpg/, '-181x86.jpg'));
});
<img src="http://placehold.it/350x150.jpg" />
$('img').each(function() {
$(this).attr('src', $(this).attr('src').replace(/\.jpg/, '-181x86.jpg'));
});