TDD means writing tests first, so write breaking tests first.
This will be slower than usual development but it'll help you in the long run.
Your code will be better as well as you'll be forced to write testable code so you'll end up with overall better code.
If you've never done testing before there's a workshop video by kentcdodds on YouTube, that video helped me a lot 😄