JSFiddle - React, Tailwind, and code Playground
HTML
Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script>
$(document).ready(function(){
$("div").click(function () {
var color = $(this).css("background-color");
$("#sonuc").html("Bu kutu <span style='color:" +
color + ";'>" + color + "</span>.");
});
});
</script>
<style>
div { width:60px; height:60px; margin:5px; float:left; }
</style>
</head>
<body>
<span id="sonuc"> </span>
<div style="background-color:red;"></div>
<div style="background-color:rgb(12,17,30);"></div>
<div style="background-color:#555321;"></div>
<div style="background-color:#a12;"></,
,
</html>
JavaScript
http://hikayelerim.us/etiket/ppornu-18.html