JSFiddle - React, Tailwind, and code Playground

by orchid1

HTML

<h1>Header 1</h1>

 <h2>Header 2</h2>

 <h3>Header 3</h3>

 <h4>Header 4</h4>

 <h5>Header 5</h5>

 <h6>Header 6</h6>

<p>This is a paragraph</p>
<p>Tattooed gastropub pug, dolore veniam biodiesel hella farm-to-table master cleanse banjo qui art party. Odd future beard gastropub master cleanse lo-fi, tousled meh fanny pack pitchfork bushwick helvetica kogi. Blog est sunt adipisicing seitan, veniam et thundercats nesciunt voluptate intelligentsia pinterest bushwick enim.</p>
<p>This is a paragraph. it can be as long as you want. Images should go in here
    <img src="/always/put/a/forward/slash.jpg">If you want a Link to something outside your website please use the"http://" like this <a href="http://google.com">Google Link</a>
If you want to link to something in the website avoid the "http" and be sure to use a forward slash like this <a href="/link/inside/my/web/site">This is a link</a>
Anything can be a link.
    <br/>If you really need a breaking space use it like this but avoid it if possible</p>
<ul>
    <li>Bullet</li>
    <li>Bullet</li>
    <li>
        <ol>
            <li>embedded order list item</li>
            <li>embedded order list item</li>
        </ol>
    </li>
    <li>
        <ul>
            <li>embedded un-order list item</li>
            <li>embedded un-order list item</li>
        </ul>
    </li>
</ul>
<ol>
    <li>List Item #1</li>
    <li>List Item #2</li>
    <li>
        <ul>
            <li>embedded un-order list item</li>
            <li>embedded un-order list item</li>
        </ul>
    </li>
    <li>
        <ol>
            <li>embedded order list item</li>
            <li>embedded order list item</li>
        </ol>
    </li>
</ol>
<p>Do not put list items in paragraphs OK :)</p>
<p>Tattooed gastropub pug, dolore veniam biodiesel hella farm-to-table master cleanse banjo qui art party. Odd future beard gastropub master cleanse lo-fi, tousled meh fanny pack pitchfork bushwick helvetica kogi. Blog est sunt adipisicing seitan, veniam...