JSFiddle - React, Tailwind, and code Playground
JavaScript
var age = 20;
var accompanied = true;
var ageRestriction = 13;
var controlAge = age > ageRestriction;
console.log('controlAge', controlAge);
var age = 20;
var accompanied = true;
var ageRestriction = 13;
var controlAge = age > ageRestriction;
console.log('controlAge', controlAge);