JSFiddle - React, Tailwind, and code Playground

by Ashish Mishra

HTML

<div id='test' ></div>

JavaScript

var s = "hello";
$('#test').html(s[1]);