JSFiddle - React, Tailwind, and code Playground

by Imabot

HTML

<h1>innerHTML example</h1>


<button onclick="document.getElementById('target').innerHTML = '<img src=\'https://lucidar.me/en/web-dev-class/files/javascript-logo.png\'>'">Click here</button>


<div id="target"></div>