JSFiddle - React, Tailwind, and code Playground

by AlexandrAbakumov

HTML

<object type="application/pdf"
    data="https://ditat-file-storage.s3.amazonaws.com/dev/2019-08-08-a80721b1-929e-463f-8df6-8e2689a11447?AWSAccessKeyId=AKIAJOBLS4B3IQZTQC7A&Expires=1565801230&Signature=glw%2FA0FVtHcZT%2BRgEBLyzQY4pqg%3D"
    onerror="console.log('Alex error!');"
    width="250"
    height="200">
</object>

JavaScript

function onError() {
	consile.log("Alex error!");
}