Lists in ReactJS Empty Circle List Icon ul{ list-style-type: circle; } Filled Square List Icon ul{ list-style-type: square; } Numbered List Icon ul{ list-style-type: decimal; } ABC List Icon in caps locks ul{ list-style-type: upper-alpha; }