Find Tab Characters in emacs
Just do the combination of keys as follows:
C-s TAB
C-s C-q <TAB>
C-s starts an incremental search, and then C-q runs quoted-insert, which inserts the next character you type literally. Then, pressing the TAB key will insert a tab character. Continue hitting C-s to go to the next tab character.