JSFiddle - React, Tailwind, and code Playground

by ariehg

HTML

<div id='res'></div>

JavaScript

var req = new Request.HTML({
    'data' :{
        'html' : '<h1>+aaa</h1>'
    }
    ,url : '/echo/html/'
    , append : 'res'
});

req.send();