JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script type="text/javascript" src="./javascript.js"></script>
<script
src="http://maps.googleapis.com/maps/api/js?key=AIzaSyCJnj2nWoM86eU8Bq2G4lSNz3udIkZT4YY&sensor=false">
</script>
<li class='Solution_ID'>
<p id="curID" class="plan_title">Current Plan</p>
<div class='li_Data'>
<div class='curData'>
<div class="panel">
<table class="curPlanTable" border="1">
<th>ID</th>
<th>stop</th>
<th>miles</th>
<th>stop sign</th>
<tr>
<td class="myid">myid</td>
<td>stop name</td>
<td>miles marker</td>
<td>stop sign count</td>
</tr>
</table>
</div>
</div>
</div>
</li>
JavaScript
$(".curPlanTable").attr('title', 'exception1').css("color","red");