JSFiddle - React, Tailwind, and code Playground

by Vladimir

HTML

<link rel="stylesheet" href="https://code.ionicframework.com/1.0.0/css/ionic.css" />
        <link rel="stylesheet" href="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />
        <script src="https://code.ionicframework.com/1.0.0/js/ionic.bundle.js"></script>
        <script src="https://code.jquery.com/jquery-2.0.1.min.js"></script>
        <script src="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>



<div data-role="page" id="continentPage" style="">
        <div data-role="header" align="center">
            <h2>Continentes</h2>
        </div>  
        <div data-role="content" align="center">
            <form id="formContinentes"> <!-- form-0 -->
<!--                <fieldset data-role="controlgroup" data-iconpos="right"> -->
                    <input name="radio-choice" id="opcion1" data-mini="true" value="1" type="radio" /> 
                    <label for="opcion1" id="opcion1" style="color: #d17b12;">Europa</label><br>
                    <input name="radio-choice" id="opcion2" data-mini="true" value="1" type="radio" /> 
                    <label for="opcion2" id="opcion2" style="color: #d17b12;">Asia</label> <br>
                    <input name="radio-choice" id="opcion3" data-mini="true" value="1" type="radio" /> 
                    <label for="opcion3" id="opcion3" style="color: #d17b12;">Africa</label> <br>
                    <input name="radio-choice" id="opcion4" data-mini="true" value="1" type="radio" /> 
                    <label for="opcion4" id="opcion4" style="color: #d17b12;">Am&eacute;rica</label><br>
                    <input name="radio-choice" id="opcion5" data-mini="true" value="1" type="radio" /> 
                    <label for="opcion5" id="opcion5" style="color: #d17b12;">Ocean&iacute;a</label><br>

<!--                </fieldset> -->
                <div id="botonSeleccionContinente" style="text-align: center;" >
                    <a href="" id="button-0-1" class="ui-btn...