TextMeshPro alight left and right?

Is there any way to code just one piece of text to align to the left or right of the textmeshpro bounds?

//normal text
“test1” + “test2”
test1test2

//What I want. For the text to go to the bounds of the edge of the textmeshpro text bounds. I tried a few things but am stuck, align right is causing all my text to move right instead of just a specific piece of text

“test1</>” + “This is a test” + “test2</>”
test1This is a test______________________________________ test2

Here’s a few workarounds.