JSFiddle - React, Tailwind, and code Playground by Eugene Vilder April 26, 2021 JavaScript const a = 0; const b = a || null; console.log(b);