JSFiddle - React, Tailwind, and code Playground

by jfroom

HTML

<div class='result'></div>

CoffeeScript

for idx in [0..3]
	str = "test #{idx}<br/>"
  $('.result').append str