JSFiddle - React, Tailwind, and code Playground
HTML
<a class="crash" href="#">crash</a>
JavaScript
$('#supportTagName').text(document.createDocumentFragment().getElementByTagName ? 'True' : 'False');
$('<span>test</span>').appendTo($('#container'));