Change node color based on property value

If node.status = "critical" then color = "red"

How is this achieved?

TIA

@mark2

if in browser I dont think this is possible.
Styleing options for Browser are described at Browser styling - Neo4j Browser

Thanks @dana_canzano for the feedback. Been looking at all the documentation, that seems to make sense.