JSFiddle - React, Tailwind, and code Playground

by Andrey Izman

HTML

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="https://rawgit.com/mervick/emojionearea/master/dist/emojionearea.js"></script>
<link rel="stylesheet" href="https://rawgit.com/mervick/emojionearea/master/dist/emojionearea.css">
<script src="https://unpkg.com/default-passive-events"></script>
  <div style="width: 200px">
  
  <textarea class="form-control" id="textarea_post_wall" name="textarea_post_wall" style="" placeholder="Expimez vous"></textarea>
  </div>

JavaScript

$("#textarea_post_wall").emojioneArea({
        pickerPosition: "right",
        search: false,
        buttonTitle: "click here or Use the TAB key to insert emoji faster"     
    });