JSFiddle - React, Tailwind, and code Playground

HTML

<table class="couleur" bgcolor="alsacreations.com">
	<td>Alsacreations.com</td>
</table>

CSS

.couleur {
	margin: 50px auto;
	width: 300px;
	padding: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
    font-size: 40px;
	text-align: center;
}