Do you have a bug you’re fixing? Great! Write a test for what should be happening when the app is functioning properly. Now go fix the bug. Look at you! You just did some TDD!
A huge benefit to this approach is also that you’ve now written a test to help ensure this particular bug won’t creep back into your application again.