JSFiddle - React, Tailwind, and code Playground

by Abdul Ahmad

HTML

<iframe>
  
</iframe>

JavaScript

fetch('https://www.upcdatabase.com/item/0885909253579').then((res) => {
	console.log(res);
}).catch((err) => {
	console.error(err);
});