JSFiddle - React, Tailwind, and code Playground

by Porexii

HTML

<!Doctype html>
<html>
    <header> 
     <h1> 4 Dollar Shop</h1>
     
    </header>
         <body>
         <p> On this website you can buy amzing stuff.
             But the most important thing is 4 dollar bills!</p>
      
    
         <script> alert("welcome to my store")</script>
         <script> alert("everything you wanna by is 4 dollars")</script>
         <script>alert("I don't wanna see any 5 dollar bills")</script>
         <script> alert("if you don't can deal with that,go")</script>
         </body>
</html>

CSS

@font-face{
font-family:'Mywebfont';
src: url('KGBlankSpaceSolid.ttf')

}
h1{
font:KGBlankSpaceSolid; 
color:green;
background:none;
margin: 0;
padding: 0;
border: 0 none;
}