HTML, CSS, & React Native

This is just HTML

Using this css...

$mike: red;

.red { background-color: $mike; }

To get this...

Red Box!

Now let's use this...

.center { display: flex; justify-content: center; align-items: center; }

To center the text...

Hot Dog!!

JavaScript / JSX required to make this screen? Zero.

Link Test