JSFiddle - React, Tailwind, and code Playground
by cfree
HTML
<div style="padding: 30px;">
<div class="border padding subscribe-container">
<div alight="right">
<h5 class="orange-heading" align="left" style="padding-left: 352px; font-size: 29px;"><?php _e('Get a FREE copy of our urgent report:', 'twentyten'); ?></h5>
<h5 class="signup-blue-heading" align="right" style="font-size: 29px;">How to roll gas prices back to the year 1993</h5>
<form align="right" action="" class="form-inline" role="form">
<div class="form-group" style="width: 400px">
<input type="text" name="email" placeholder="<?php _e('Enter Your Email Here', 'twentyten');?>" class="form-control"/>
</div>
<div class="form-group">
<button type="submit" class="btn btn-primary"><?php _e('Submit', 'twentyten'); ?></button>
</div><!-- .form-inline -->
</form>
</div>
</div><!-- .border -->