JSFiddle - React, Tailwind, and code Playground

by venkateshwar

HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body>
    <div class="main">
    <span class="test1">dddddd ddddddd dddddd ddddddd</span>
    </div>

</body>
</html>

CSS

.main
{
    max-width:100px;
    border:1px solid grey;
    margin:15px;
}

.test1
{   
    background-color:yellow;  
    display:inline;  
}