For $X$ with finite mean $\mu$ and variance $\sigma^2$, which is the case in your problem, from the Cantelli's inequality, for $x>\mu$, we have
$$ 1-F_X(x)=\mathbb P(X> x) =\mathbb P(X-\mu> x-\mu)\le \frac{\sigma^2}{\sigma^2+(x-\mu)^2}. $$
Hence, for $x > \max(0,\mu)$
$$ 0\le x(1-F_X(x)) \le \frac{x\sigma^2}{\sigma^2+(x-\mu)^2}, $$
which gives the desired result by the sandwich theorem.
If the mean is not finite this cannot hold. For example, consider the following cdf
$$F_X(x)=1-\frac1x, \, x\ge 1$$
for which $\lim_{x\to\infty}x(1-F_X(x))=1$.
If the mean is finite, but variance is not finite, the above can hold. For example, consider the following cdf
$$F_X(x)=1-\frac{1}{x^{1.5}}, \, x\ge 1$$
for which $\lim_{x\to\infty}x(1-F_X(x))=0$.
In fact, using a more advanced method used here, it can be proven that
$\lim_{x\to\infty}x(1-F_X(x))=0$ if and only if $\mathbb E(X)$ is finite.
PS: Consider
$$\mathbb P \left\{\ X > x\ \right\} \sim x^{- \alpha} \quad$$ as $x \to \infty$ for $\alpha > 0$.
When $\alpha<2$, the distribution is said to have a fat tail, for which the variance is undefined (a special property of the power-law distribution), but is has finite mean for $\alpha>1$. For $\alpha\le 1$, you can see that $\lim_{x\to\infty}x(1-F_X(x))\ge 1$.
Update
I just found an older question in Cross Validated limit of $x \left[1-F(x) \right]$ as $x \to \infty$. See the first answer for this question. It is similar to the method suggested by @geetha290krm and only uses elementary calculus.
Note that if you replace $f(x)\text{d}x$ with $\text{d}F(x)$ in the integrals appeared in the first answer, you will get the answer given by @MikeEarnest in this post (Is it true that $\lim\limits_{x\to\infty}{x·P[X>x]}=0$?), no need to know a lot about Lebesgue-Stieltjes integral.