Update Node border color based on Node property

Hi, I have created nodes and relationship in the neo4j database. When visualizing the network, I would like to change the Node border color based on the property of a node. For example, I have a Person node and it has property 'Nationality' which can either be 'US' or 'Non-US'. Now, I would like to add a border color of red around all the 'Non-US' nationality person nodes so that it stands out. I would like to do this dynamically as my underlying data might change with time. Is there a way to do this in neo4j browser? Thanks in advance.