JSFiddle - React, Tailwind, and code Playground
by venkateshwar
HTML
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div class="main">
<div class="test1">dddddd ddddddd dddddd ddddddd</div>
</div>
</body>
</html>
CSS
.main
{
max-width:100px;
border:1px solid grey;
margin:15px;
}
.test1
{
background-color:yellow;
display:inline;
}