JSFiddle - React, Tailwind, and code Playground

by austinmillett

HTML

<div class= "Div1">
<center><font color="red"><font size="+3">STOP! This website is a scam!</font></font></center>
</div>

<div class= "Div2">
<center><font color="white"><font size="+3">For more information please click the links below</font></font></center>

<center><font color="white"><font size="+2"><a href=https://www.daytonastate.edu/>Daytona State College</a></font></font></center>


<center><font color="white"><font size="+2"><a href=https://www.consumer.ftc.gov/blog/2019/07/mystery-shop-til-you-drop-not-so-fast/>What is a mystery shopper scam?</a></font></font></center>
</div>

CSS

body{ background-color: black;}


.Div1 {
    border: 10px solid blue;
    padding: 20px;
    }
    
.Div2 {
    border: 10px solid blue;
    padding: 20px;
    }