JSFiddle - React, Tailwind, and code Playground

by sc0rp10

JavaScript

const img = document.createElement('img');
img.src = 'https://weblab.pro/logo.png';
img.onload = () => alert('hui');