Find closest multiple of $13$ to $21$. We see that $1 \times 13 = 13$ is the nearest. Now subtract $13$ from $21$ to get reminder $8$. Add $1$ to quotient.
Since $8$ is less than $13$, stop the division. The reminder is $8$. The topmost line $01$ is the quotient. Remove all zeros at the start of the quotient to get the actual quotient $1$.