JSFiddle - React, Tailwind, and code Playground by Lloyd Atkinson December 23, 2018 TypeScript interface VNode { readonly element: string, readonly children: VNode[] }