JSFiddle - React, Tailwind, and code Playground

by Kondal Durgam

JavaScript

if (score >= 65) { 
	grade = “Pass”; 
	message = “Congratulations”;
} else { 
	grade = “Fail” ;
	message = “Try again”; 
}