The Arduino TFT library was written specifically for the AVR architecture of the classic Arduino boards (e.g., Uno, Nano, Leonardo, Mega).
The Arduino TFT is only a wrapper around an extremely outdated version of the Adafruit ST7735 and ST7789 Library. I don't own one of these TFT displays to test, but the Adafruit library does compile for the Nano 33 BLE.
You can install it by following these instructions:
(In the Arduino IDE) Sketch > Include Library > Manage Libraries
Wait for the download to finish.
In the "Filter your search" field, type "Adafruit ST7735 and ST7789 Library".
Press Enter.
From the library search results, click on "Adafruit ST7735 and ST7789 Library by Adafruit".
Click the "Install" button.
You will now get a dialog asking whether you want to install the library dependencies of the Adafruit ST7735 and ST7789 Library. Click the "Install all" button.
Wait for the installation to finish.
After installing the library, you'll find example sketches demonstrating how to use the library under the File > Examples > Adafruit ST7735 and ST7789 Library menu.
There's some additional documentation provided by Adafruit here: