React Js : How to show a red cross beside input field if input is nothing or null or input

i want such input that when page is loaded there should be a alert symbol in front of input field that it is empty. it should be visible without any submit action or typing in input box

i mean initially it should show alert icon

I am working With React Js.