Let $K$ be a field of order $25$, with the basis $\{a,1\}$ as a vector space over $\mathbb{F}_5$.
Let $a^2 = 3 \text{ and } b := a + 1$.
From here it is quite easy to see that $b^{-1} = 2 + 3a$; now I need to show that every element in $K^\times$ is a power of $b$; i.e., all linear combinations $x \cdot a + y \text{, with } x,y \in \mathbb{F}_5 \wedge \left( x \neq 0 \vee y \neq 0 \right)$ are powers of $b$. Is there a smarter way to do this than brute force calculating all powers of $b$?