JSFiddle - React, Tailwind, and code Playground
HTML
<div id="speak"></div>
JavaScript
var TC="This is a test case"
console.log(TC.lastIndexOf(" ",10))
<div id="speak"></div>
var TC="This is a test case"
console.log(TC.lastIndexOf(" ",10))