JSFiddle - React, Tailwind, and code Playground

by ChrisStanyon

HTML

<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<div class="container">
    <div class="row">

        <div class="col-md-6 col-sm-6 ">
            <form action="sample_posteddata.jsp" method="get">
            <textarea class="field span12" style="width:100%" id="txt" name="editor1"></textarea>
            <input type="submit" value="Submit">
            </form>
        </div>      

        <div class="col-md-6 col-sm-6">
            <iframe id="dframe" class="form-control" style="width:100%"></iframe>
        </div>

    </div>
</div>