JSFiddle - React, Tailwind, and code Playground

by terby

JavaScript

if (strate.streaktype == 'fs') {
	if (strate.homeawaystatus == 'home') {
		$(this).siblings('td.homeaway-homwins').addClass('highlighted');
	} else if (strate.homeawaystatus == 'away') {
		
	}
}