Reverse a Text in Excel

Formula to reverse a text:

Considering the text is in cell "B2"

=CONCAT(LEFT(RIGHT(B2,SEQUENCE(LEN(B2))),1))