JSFiddle - React, Tailwind, and code Playground by Ashish Mishra January 28, 2014 HTML <div id='test' ></div> JavaScript var s = "hello"; $('#test').html(s[1]);