JSFiddle - React, Tailwind, and code Playground

by Jessie Lau

HTML

<ul><li>hello</li></ul>

CSS

ul li{
    color: red;
    
}