JSFiddle - React, Tailwind, and code Playground

HTML

<div style="position: relative;">
                <img width="1136" height="398"...

JavaScript

$(function() {
    $('#graphCanvas').animate({width: '100%'}, 2000);
});