If the team is floundering at implementing TDD, but they weren’t creating any Unit Tests before…then start them off by creating Unit Tests after their code is written. Even Unit tests written after the code are better than no Unit Tests at all!
Once they’re proficient at Unit Testing (and everything that comes with it), then you can work on getting them to create the tests first…and code second.