JSFiddle - React, Tailwind, and code Playground

by Vladymyr Shevchuk

JavaScript

var age = 20;
var accompanied = true;
var ageRestriction = 13;
var controlAge = age > ageRestriction;

console.log('controlAge', controlAge);