The <wbr> tag represents the long strings of the text without spaces. You can write a long string without <wbr> tag but it will difficult for you to read this string.
Example of Code
<p>Very<wbr>long<wbr>word<wbr>without<wbr>spaces.</p>
Output
Verylongwordwithoutspaces.
