Let $X_1, X_2, \dots, X_n$ be an iid sample from an unknown distribution finite mean $\mu$ and finite variance $\sigma^2$. Furthermore, let $R_1,R_2,\dots,R_n$. denote iid Rademacher random variables.
My goal is to compute the asymptotic distribution of $$T_n := \sqrt n\left(\frac 1n\sum_{i=1}^n R_i(X_i - \hat\mu)\right)$$ given the data $X_1, X_2,\dots, X_n$. Here $\hat\mu := n^{-1}\sum_{i=1}^nX_i$.
If the $R_i$'s are constant (e.g., $R_i = c$ for all $i$) and $\hat\mu$ is replaced by $\mu$, the CLT kicks in and I obtain that $T_n$ is asymptotically normal with mean $0$ and variance $\sigma^2$.
The mean of $T_n$ and variance is $\sigma^2$ conditional on the data equals $0$ and $\sigma^2$, respectively. But how do I obtain the asymptotic distribution of $T_n$ given the data?