JSFiddle - React, Tailwind, and code Playground by Kerrick January 10, 2014 HTML <div id="out"></div> JavaScript $('#out').html([10, 5, 1].sort().join(', '));