As Adam mentioned, the integral test will work. Just have to be careful that everything being done with respect to $n$ and remember that $0<x<1$. Let's fix $x$ between zero and one and we see that $f(n)=x^{\sqrt{n}}$ is non-negative and monotonically decreasing so we can use the integral test.
We need $$\int_1^{\infty} x^{\sqrt{n}} dn = \int_1^{\infty} e^{\sqrt{n} \ln(x)}dn.$$
Remember that $\ln(x)$ is a negative constant here so the integral does converge. But if you want to go ahead and explicitly show it, you can do it. Just use the substitution
$$u = \sqrt{n}$$
$$ du = \frac{dn}{2\sqrt{n}}$$
$$2udu=dn$$
and then integrate by parts and undo the substitution and you get
$$\left.\frac{2x^{\sqrt{n}}(\sqrt{n} \ln(x)-1)}{(\ln(x))^2}\right]_{n=1}^{\infty}$$
which goes to zero as $n\rightarrow\infty$ (because $0<x<1$) and plugging in $n=1$ simplifies it so you get
$$0-\frac{2x(\ln(x)-1)}{(\ln(x))^2}$$ which of course is finite for our fixed $x$. Therefore the original series converges because this integral converges.