JSFiddle - React, Tailwind, and code Playground

by Eugene Vilder

JavaScript

const a = 0;
const b = a || null;
console.log(b);