JSFiddle - React, Tailwind, and code Playground

HTML

<!DOCTYPE html>
    <html>
    <head>
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
      <title> - jsFiddle demo</title> 
        <link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0-rc.1/jquery.mobile-1.1.0-rc.1.min.css" />
        <script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
        <script src="http://code.jquery.com/mobile/1.1.0-rc.1/jquery.mobile-1.1.0-rc.1.min.js"></script>  
    
      <style type='text/css'>
        #upto4 {
            width: 65px;
            margin-left: 15px;
            margin-right: 5px;
        }
      </style>
    
    <script type='text/javascript'>//<![CDATA[ 
    
    </script>
    </head>
    <body>
    <div data-role="page" id="calcs" data-add-back-btn="true">
        <div data-role="header" data-position="fixed">
            <h1>graphics2</h1>
        </div>
        <div data-role="content">
        <form action="#" method="get">
            <div  id="ratelist">
                <legend><b>Ordinary Tax Rates</b></legend>
                <div data-role="fieldcontain">
                    <input type="range" name="slider" id="rate4" value="30" min="0" max="100" data-highlight="true" data-mini="true" />
                        up to $: <br/>                           
                    <p id="spupto4"> from $84,600 to
                        <input type="text" name="nupto4" id="upto4" value="178653" data-mini="true"/>                       
                    </p><br/>
                </div>
                <div data-role="fieldcontain">              
                    <label for="slider">% rate:</label>
                    <input type="range" name="slider" id="rate5" value="33" min="0" max="70" data-highlight="true" data-mini="true" /><br/>
                    <label for="slider">up to $</label>
                    <input type="range" name="slider" id="upto5" value="388350" min="0"...