JSFiddle - React, Tailwind, and code Playground

CoffeeScript

addNums = () ->
    document.body.textContent=2+2;
addNums();