JSFiddle - React, Tailwind, and code Playground

by Salmin Skenderovic

HTML

<div id="output"></div>

JavaScript

const input = '<h1>hello</h1><img onerror="alert(1);" src="" />';


document.querySelector('#output').innerHTML = input