Sure, here's an example of a simple 2D fighting game with tag team option using stick figure characters and special moves represented by elements. It is a single HTML file enclosed in script tags and written in JavaScript. Please note that this is a very basic implementation just to give you an idea, and further development and customization would be required to make it a full-fledged game.
Please note that you will need to replace the character image placeholders (`emozi_rabbit.png` and `emozi_apple.png`) with actual images in the same directory as the HTML file. Additionally, you can enhance the game by adding additional features like animations, sound effects, and more advanced gameplay mechanics to make it more engaging.