JSFiddle - React, Tailwind, and code Playground

by fredd man

HTML

<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="UTF-8">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/shailon/shailon.github.io@main/estilosss.css">
		
		<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/shailon/shailon.github.io@main/all.css">
		<title>Seguidores de Twitch gratis | hdriplatino: - Free Twitch Followers</title>
		<blockquote class="twitter-tweet"><p lang="zxx" dir="ltr"><a href="https://t.co/0V93kt33lf">https://t.co/0V93kt33lf</a></p>&mdash; freddy chire ramos (@hdriplatino) <a href="https://twitter.com/hdriplatino/status/1647098459776753667?ref_src=twsrc%5Etfw">April 15, 2023</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
		
		  <body>
        <a href="#Seguidores-Twitch-Gratis">.</a>

<div id="Seguidores-Twitch-Gratis" class="modalDialog3">
    <div> <a href="#close" title="Close" class="close">X</a>
<style type="text/css">

.modalDialog3 {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog3:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog3 > div {
    width: 200px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
   ...