Xbee rx talking to multiple arduinos

Hi, I am wanting to have one xbee and send a rx signal to 2 Arduino's. Would this work by splitting the rx in parallel as shown in the picture. Will the Arduino's get confused and should anything special be done when wired in this configuration. Thanks

I am wanting to have one xbee and send a rx signal to 2 Arduino's

The XBee can send data, via its tx pin, to two Arduinos. It could receive data, via its rx pin, from two Arduinos. It can not send a signal via its rx pin anywhere. The rx pin is not an output pin.

Will the Arduino's get confused

Neither will be aware that the other is getting the same data, so how could they?

and should anything special be done when wired in this configuration.

That configuration doesn't make sense (some other means should be used to get data from the one Arduino with the XBee to the other. But, nothing special needs to be done to shoot yourself in the foot. It's your foot. Go ahead. Ready. Fire. Aim.