After creating a simple TODO app with drag and drop functionality, I am now looking to apply a line-through CSS style to any task added or dragged into the second column of my app. What is the best way to target these tasks using their unique ID:
<div class="listContainer" id="y0zitt47gfb">
Below is a snippet of my code: P.S. This project does not use create-react-app but is incorporated via CDN and also utilizes react-dnd library for the drag and drop feature.
Let's skip the code block for now...