'Remove Hyperlink in Outlook mail template

I want to remove the link like appearance in the below code. For your information this template is being used in outlook

      <span th:text="${SomeUrl}" th:remove="tag"
style="justify-content: normal;width: 100%; word-break: break-all;
text-decoration: none;pointer-events: none;cursor: default;">
 </span>


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source