JSFiddle - React, Tailwind, and code Playground

by nicorellius

HTML

<link rel="stylesheet" href="netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css">
<script src="netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<div id='ajax'>
    <p>this will be replaced</p>
</div>

JavaScript

$('#ajax').load(
    '/echo/html/', { 
        html: 'Hello!', 
        delay: 3, 
    });