No media files provided.
We want to render the following student list by using ReactJS library.
You may find the CSS here:
a.sample-city {
margin: 0.3em;
text-decoration: underline;
cursor: pointer;
}
/* Non-related styles. Just to make the example looks nicer. */
body {
background: #fcfaf9;
color: #234;
padding: 2em 3em;
font-size: 16px;
font-family: 'Roboto Slab', serif;
font-weight: 300;
}
strong {
font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
}