JSFiddle - React, Tailwind, and code Playground

by Wya Egg

HTML

<html>
<head>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js">
</script>
</head>
<body> 
<h1 class="header">
W3433, CODER </h1>
<h1 class="header2">
Written by W3433
</h1>
<h3> 
About Me, W3433
</h3>
<p> 
I am a coder! I love coding! Thanks to JSFiddle, now I can make my own mini websites! 
<br> 
</p>
<h3> 
My First JSFiddle Website 
</h3>
<p> 
My first JSFiddle website was a geometry dash website. You can see the link <a href="https://pegasus.koupps.net/2024/coding/geometrygames.html">here</a>. (Just know that this version has the old website, the newer website will be added soon.) It went through a lot of updated versions. The current version has been saved 49 times, so this is the 50th version! I'm sure there are going to be a lot more versions as I continue to edit and change it. Just so you know, as I am writing this, this website is currently on its 25th version. It has been edited and saved 24 times! <br> <br>
Again, you can see the link for the website <a href="https://pegasus.koupps.net/2024/coding/geometrygames.html">here</a>. If you would like to see the JSFiddle version (the newer version), then go to <a href="https://jsfiddle.net/w3433/9rk01xv6/84/">this link</a>!<br> <br>
</p>
<h2>
Thanks for reading! I hope you enjoy!
</h2>
</body>
</html>

CSS

body {
background: linear-gradient(to right, yellow, green, pink, purple);
}
.header {
  background-color: yellow;
  }
.header2 {
  background-color: green;
  }