JSFiddle - React, Tailwind, and code Playground

by Siddharth Motwani

HTML

<textarea id="chat-msg" name="chat-msg" class="p-r-40 chat-reply form-control"></textarea>
<img src="http://velocityagency.com/wp-content/uploads/2013/08/go.jpg" class="image-size" onclick="insertEmotion('chat-msg')" ></img>

JavaScript

function insertEmotion(temp)
{
    alert(temp);
}