JSFiddle - React, Tailwind, and code Playground
by dru_zod
JavaScript
var input = document.createElement('input');
input.setAttribute('type', 'button');
input.setAttribute('value', 'hello world');
document.body.appendChild(input);
by dru_zod
var input = document.createElement('input');
input.setAttribute('type', 'button');
input.setAttribute('value', 'hello world');
document.body.appendChild(input);