SNBT text components prevent \n and \t from working
in tellraw, \n is considered as an Invalid escape sequence, so it's no longer possible to include newlines in text component commands.
I used this command:
/tellraw @a {"text":"\n Text","color":"gray"}
\t also no longer works