Hey @Lrd0sh   If what you want is as simple as only just adressing one character and it doesn't have to follow any specific logic, it is pretty uncomplicated.   Since whatever you split your text by (which in your case with the word help probably is chars) will return an array of all the wrapping divs that are being created, you can address the element you want by using its index   See the Pen 4418c18ec371ac020134eaf4286967d3 by akapowl (@akapowl
    • Like
    4