JSFiddle - React, Tailwind, and code Playground

by Marco Iamonte

JavaScript

console.log('Hello' || true ? true : false);
console.log('Hello' || (true ? true : false));