I have provided you concept for how to display text in a rotated manner. You need to adopt the concept for your specific use case by using string concatenation - similar to how I have done for the Round() function or for defining height and width in the code above.
Nevertheless, pls try below:
"<div
style='
text-align:center;
position: absolute;
left: " & -Round(
(Self.Height - Self.Width) / 2,
0
) & "px;
top: " & Round(
(Self.Height - Self.Width) / 2,
0
) & "px;
width: " & Self.Height & "px;
height:" & Self.Width & "px;
transform: rotate(270deg);
'>
" & ThisItem.Status

Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If this post or my previous reply was useful in other ways, please consider giving it Thumbs Up.