JSFiddle - React, Tailwind, and code Playground
JavaScript
< script type = "text/javascript" >
$(function() {
var sku = "ADC0001";
$(".ProductThumbImage img").attr('src','http://img.example.com/images/' + sku + '.jpg');
});
</script>