JSFiddle - React, Tailwind, and code Playground

by masteram

HTML

<script src="http://ezinearticles.com/js/widget.v2.js"></script>
<div id="ezinearticles-widget-1"></div>
<div id="ezinearticles-widget-2"></div>

JavaScript

EzineArticlesWidget({
    "id": "ezinearticles-widget-1",
    "author": 12345,
    "bio": 1,
    "category": null,
    "articles": 3,
    "width": 250,
    "height": 150,
    "theme": {
        "shell": {
            "background": "#2F83C4",
            "text": "#ffffff"
        },
        "article": {
            "background": "#ffffff",
            "text": "#333333"
        },
        "links": "#215F8F"
    }
});

EzineArticlesWidget({
    "id": "ezinearticles-widget-2",
    "author": 1234,
    "bio": 1,
    "category": null,
    "articles": 3,
    "width": 250,
    "height": 150,
    "theme": {
        "shell": {
            "background": "#2F83C4",
            "text": "#ffffff"
        },
        "article": {
            "background": "#ffffff",
            "text": "#333333"
        },
        "links": "#215F8F"
    }
});