JSFiddle - React, Tailwind, and code Playground

by pierian_design

JavaScript

if (
		(false && true) ||
    false
) {
		console.log('!!!');
} else {
		console.log('???');
}