JSFiddle - React, Tailwind, and code Playground
by Tìm ở đây Khoá học CNTT
HTML
<h2 style="background-color:red">
Màu nền đỏ
</h2>
<h2 style="background-color:green">
Màu nền xanh
</h2>
<h2 style="background-color:blue;color:white">
Màu chữ trắng và màu nền đỏ
</h2>
<h2 style="background-color:orange">
Màu nền cam
</h2>
<h2 style="background-color:yellow">
Màu nền vàng
</h2>
<h2 style="background-color:cyan">
Màu xanh lá mạ
</h2>
<h2 style="background-color:black;color:white">
Màu nền đen và chữ trắng
</h2>