JSFiddle - React, Tailwind, and code Playground

by Glynne Turner

HTML

<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
 
<script>
  /* -----------------------------------------------
/* Author : Vincent Garreau  - vincentgarreau.com
/* MIT license: https://opensource.org/licenses/MIT
/* Demo / Generator : vincentgarreau.com/particles.js
/* GitHub : github.com/VincentGarreau/particles.js
/* How to use? : Check the GitHub README
/* v2.0.0
/* ----------------------------------------------- */

 
  </script>

CSS

/* ---- reset ---- */

body {
  margin: 0; 
  background-color: #E8432E;
}

/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  width: 100%; 
  z-index:1;
  top:0;
  
}
svg { width: 50%; z-index:2; margin:10% 25%; }