JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://code.jquery.com/ui/1.10.2/jquery-ui.js"></script>
<table width="100%" cellspacing="0" cellpadding="10" border="0" class="border" id="lastYear">
    <tbody>
        <tr class="d_green">
            <td colspan="6">LAST YEAR</td>
        </tr>
        <tr>
            <td width="36%">Activity</td>
            <td width="9%">Moderate risk or high risk?</td>
            <td width="13%">Number of hours per week</td>
            <td width="13%">Number of weeks per year</td>
            <td width="13%">Average number of hours per week</td>
            <td width="16%"> </td>
        </tr>
        <tr>
            <td align="center">
                <input type="text" class="input_b_r" id="lastYearSelect1" name="activity" />
            </td>
            <td class="risk">
                <select id="lastYearRisk1" name="lastYearRisk1">
                    <option></option>
                    <option>low</option>
                    <option>moderate</option>
                    <option>high</option>
                </select>
            </td>
            <td>
                <input type="text" class="input_b_r" id="lastYearHours1" name="textfield" />
            </td>
            <td>
                <input type="text" class="input_b_r" id="lastYearWeeks1" name="textfield2" />
            </td>
            <td>
                <input type="text" class="input_b1" id="lastYearAverage1" name="textfield3" />
            </td>
            <td>
                <input type="button" class="button mt5" value="Add another activity" id="button1" name="button2" />
            </td>
            <td>
                <input type="button" class="button mt5" value="Delete" id="deleteRowButton" name="deleteRowButton" />
            </td>
        </tr>
    </tbody>
</table>

JavaScript

$(window).load(function () {
    var availableTags = [
        "10 pin bowling",
        "20/20 cricket",
        "abseiling",
        "acrobatic gymnastics",
        "acrobatics",
        "acrobatics class",
        "active play",
        "activities and games",
        "aerobics",
        "AFL",
        "american football",
        "aquaerobics",
        "archery",
        "artistic gymnastics",
        "athletics",
        "aussie rules",
        "austag",
        "australian rules football",
        "backyard cricket",
        "backyard play",
        "badminton",
        "ball games",
        "ball play",
        "ballet",
        "ballet dancing",
        "ballroom dancing",
        "baseball",
        "basketball",
        "basketball practice",
        "basketball training",
        "beach",
        "beach volleyball",
        "bicycle",
        "bicycling",
        "bike ",
        "bike ride",
        "bike riding",
        "bikeriding",
        "BMX",
        "BMX bike",
        "BMX racing",
        "board surfing",
        "boarding",
        "body surfing",
        "bodysurfing",
        "boogie boarding",
        "bowling",
        "boxercise",
        "boxing",
        "boxing classes",
        "bushwalk",
        "bushwalking",
        "canoeing",
        "chasings",
        "cheerleading",
        "chopping wood",
        "circuit training",
        "climbing",
        "climbing equipment",
        "climbing trees",
        "contemporary dancing",
        "continuous cricket",
        "cricket",
        "cricket training",
        "croquet",
        "cross country running",
        "cross country skiing",
        "cross country training",
        "cycling",
        "dance",
        "dance practice",
        "dance training",
        "dancing",
        "dancing lesson",
        "discus",
        "discus throwing",
        "diving",
        "european handball",
        "fencing",
        "field hockey",
        "fishing",
        "folk dancing",
 ...