JSFiddle - React, Tailwind, and code Playground
by adamh
JavaScript
javascript:($('img[src]').each(function() {
$(this).attr('src', 'http://placekitten.com/' + $(this).width() + '/' + $(this).height());
}))();
by adamh
javascript:($('img[src]').each(function() {
$(this).attr('src', 'http://placekitten.com/' + $(this).width() + '/' + $(this).height());
}))();