If you want to pass HTML tags in Props in React do the following:

<SomeComponent status={["This user is ", <strong>Not Available</strong>]} />