JSFiddle - React, Tailwind, and code Playground

by russau

HTML

<img id='img1'>
<img id='img2'>

JavaScript

$('#img1').attr('src', 'http://chart.googleapis.com/chart?chs=200x200&cht=qr&chl=Testing&choe=UTF-8&chld=L|0');
$('#img2').attr('src', 'http://www.google.com/chart?chs=200x200&chld=M|0&cht=qr&chl=Testing');