Sure, here's a simple implementation of Tic Tac Toe game where the player always loses:
Tic Tac Toe
You can copy the above code and save it with an `.html` extension. When you open the HTML file in a web browser, you'll be able to play the Tic Tac Toe game. However, note that in this implementation, the player always loses, regardless of their moves.