I think it's possibly a valid idea, but I'm sure there will be drawbacks (possible tag spam, etc.). I can't say how many times I've answered some type of question using some random combination of technologies which generally has the same solution but because the OP's ignorance of some subject, he/she has no idea what the real problem is.
I'm not sure that the tag soup should be the same as the questioners available tags, though.
For instance, a user might have some problem relating about some random set of javascript or server-side libraries and cannot find a solution, but the real problem is that he/she's injecting all kinds of fancy non/html encoded text into his html, which generally would be as long as his text cannot be interpreted as html, but it is interpret-able as html, which either changes the markup causing side effects or causes his/her browser to barf. Thus, the answer would be to html encode his text to avoid a unintentional injection-attack. So, generically, someone identifying the solution might tag her answer as avoid-injection-attack.
Edit: Actually, I just realized the OPs request is different from mine. The OP wants to tag accepted answers. I do feel that's a bad approach (accepted answers aren't always the right answer). I wanted the ability to add tags to any answer. Sorry for the confusion.