Will like the possibility to do <div x-bind:class="{ 'text-orange-700': selected !== 0 }" x-bind:class="{ 'bg-gray-300': isAdmin }" ></div> Currently, only the first x-bind:class is applied Thanks.
Will like the possibility to do
Currently, only the first x-bind:class is applied
Thanks.