JSFiddle - React, Tailwind, and code Playground

HTML

<img id="small">
<img id="big">

JavaScript

var swagProfilePicture = "https://scontent-a.xx.fbcdn.net/hphotos-xfp1/v/t1.0-9/p130x130/10393949_689525981143259_974340522642359132_n.png?oh=845a077023802e360fc79678bc1dd515&oe=5508706E";

var swaggerPicture = "https://graph.facebook.com/" + swagProfilePicture.match(/_\d+/)[0].slice(1) + "/picture?type=normal";

document.getElementById('small').src = swagProfilePicture;
document.getElementById('big').src = swaggerPicture;