JSFiddle - React, Tailwind, and code Playground

by Cristiano Oliveira

HTML

<img class="image_src_to_change" style="width:300px"/>

JavaScript

function bingProfileImage(bing_Image){
                           document.querySelector('.image_src_to_change').setAttribute('src','https://tse2.mm.bing.net/th?q='+bing_Image+' artist+spotify.com&w=300&h=300&c=7&rs=1&p=0&dpr=3&pid=1.7&mkt=en-IN&adlt=on');

   }
                           

bingProfileImage("Gisele Nascimento");