JSFiddle - React, Tailwind, and code Playground

HTML

<span id='mainn'>hello</span>

JavaScript

$('#mainn').text(function (_,txt) {
    return txt.slice(0, -1);
});