``` <View styleSheet={containerStyle}> <Text id="text">{this.state.text}</Text> </View> ``` `text: <li>hello</li>` ``` const containerStyle = ` #text li{ color:'red'; } LI{ color:red; } UL{ color:red; } ` ``` None of the above code works If can, that's best