Depending on your use case you could also do this…
<div data-published={@published} class="bg-gray-500 data-[published]:bg-green-500"></div>
Depending on your use case you could also do this…
<div data-published={@published} class="bg-gray-500 data-[published]:bg-green-500"></div>