JSFiddle - React, Tailwind, and code Playground

by Mahmud Ridwan

JavaScript

var div = document.createElement('div')
div.innerHTML = '&';

document.body.appendChild(document.createTextNode(div.innerHTML))