In A Tour Through Mathematical Logic, Wolf mentions that
These [logical axioms] usually include some or all tautologies, the usual equality axioms, and some simple laws involving quantifiers.
Question: Why are tautologies included as axioms? Axioms are something which we adopt to be true. But aren’t tautologies defined to be things that are true?
He then mentions that a first-order theory also includes rules of inference.
Question: Rules of inferences are based on logical consequences, which are nothing but tautologies. So why include then separately?
This is the author's way of saying something like:
Since the quote just says that the rules include some or all tautologies, it's not an attempt to define anything, but merely to remind you what the basic shape of the favorite logical system you're going to choose is.
And it's certainly true that many proof system do include some tautologies. For example, Hilbert systems generally include (among others) these as logical axioms: $$ A\to(B\to A) \qquad\qquad (A\to B)\to(A\to(B\to C))\to(A\to C) $$ These are definitely tautologies, and they combine with each other and rules of inference to allow you to prove additional tautologies.
For the difference between axioms and rules of inference I'll recommend this answer by Peter Smith.