JSFiddle - React, Tailwind, and code Playground

by web_developer_888

HTML

<input  type="text"> <span></span>

JavaScript

<!-- $('input').on('keyup',function(){
      var input = $(this);
      input.next("span").text(input.val().length + " chars");
}); -->